'Declaration
Public Enum AggregateType Inherits System.Enum
public enum AggregateType : System.Enum
'Declaration
Public Enum AggregateType Inherits System.Enum
public enum AggregateType : System.Enum
Member | Description |
---|---|
Count | Count of items in the collection. |
Max | Maximum item in collection. |
Min | Minimum item in collection. |
None | None. |
Sum | Sum of items in the collection. |
System.Object
System.ValueType
System.Enum
C1.WPF.DataFilter.AggregateType