Grouping Class

Definition

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 groupOn parameter.

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.

Applies to