GridSelectionAggregatesBuilder
Methods
Count()
Configures the grid to display count aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.
Min()
Configures the grid to display minimum value aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.
Max()
Configures the grid to display maximum value aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.
Sum()
Configures the grid to display sum aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.
Average()
Configures the grid to display average aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.
Earliest()
Configures the grid to display earliest date aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.
Latest()
Configures the grid to display latest date aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.
IsTrue()
Configures the grid to display IsTrue boolean aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.
IsFalse()
Configures the grid to display IsFalse boolean aggregate for the selected items.
RETURNS
The GridSelectionAggregatesBuilder object to allow method chaining.