GridGroupableSettingsBuilder
Methods
Messages(System.Action)
Configures messages.
Parameters
configurator - System.Action<GridGroupableMessagesBuilder>
RETURNS
The current GridGroupableSettingsBuilder instance for method chaining.
Enabled(System.Boolean)
When set to false grouping is considered disabled.
Parameters
value - System.Boolean
The value for Enabled
RETURNS
Returns the current GridGroupableSettingsBuilder instance.
ShowFooter(System.Boolean)
When enabled the group footer rows will remain visible when the corresponding group is collapsed.
Parameters
value - System.Boolean
The value for ShowFooter
RETURNS
Returns the current GridGroupableSettingsBuilder instance.
ShowFooter()
When enabled the group footer rows will remain visible when the corresponding group is collapsed.
RETURNS
Returns the current GridGroupableSettingsBuilder instance.
Sort(System.Action)
Sets the sort configuration when grouping.
Parameters
configurator - System.Action<GridGroupableSortSettingsBuilder>
The configurator for the sort setting.
RETURNS
Returns the current instance of GridGroupableSettingsBuilder .