AggregateType Enum

Definition

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

Maximum 1

Indicates that the groups are sorted starting with the smallest value for the AggregateOn property.

Minimum 0

Indicates that the groups are sorted starting with the largest value for the AggregateOn property.

Applies to