Grouping Class
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.
Represents grouping options in item search operations.
public ref class Grouping sealed
public sealed class Grouping
Public NotInheritable Class Grouping
- Inheritance
-
Grouping
Constructors
Grouping() |
Initializes a new instance of the Grouping class. |
Grouping(PropertyDefinitionBase, SortDirection, PropertyDefinitionBase, AggregateType) |
Initializes a new instance of the Grouping class that is associated with the specified |
Properties
AggregateOn |
Gets or sets the property to aggregate upon. |
AggregateType |
Gets or sets the types of aggregate to calculate. |
GroupOn |
Gets or sets the property to group upon. |
SortDirection |
Gets or sets the sort direction. |