AggregateType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the maximum or minimum value of a representative property is used to order the items in a group.
public enum class AggregateType
public enum AggregateType
Public Enum AggregateType
- Inheritance
-
AggregateType
Fields
Name | Value | Description |
---|---|---|
Minimum | 0 | Indicates that the groups are sorted starting with the largest value for the AggregateOn property. |
Maximum | 1 | Indicates that the groups are sorted starting with the smallest value for the AggregateOn property. |