Skip to main content
A newer version of this page is available. .

Member Table: Grouping

  • 2 minutes to read

Server

Member Description
ASPxGridViewBehaviorSettings.AllowGroup Specifies whether end-users can group data.
GridViewDataColumnSettings.AllowGroup Specifies whether end-users can group data against the column’s values.
ASPxGridView.GroupBy Groups data by the values of the specified column.
GridViewDataColumn.GroupBy Groups data by the values of the current column.
ASPxGridView.GroupCount Indicates the number of columns used to group data.
ASPxGridViewSettings.GroupFormat Specifies the text pattern for group rows.
GridViewDataColumn.GroupIndex Specifies whether the column takes part in grouping, and at which level.
ASPxGridView.UnGroup Ungroups data by the values of the specified column.
GridViewDataColumn.UnGroup Ungroups data by the values of the current column.
ASPxGridView.GetRowLevel Returns the level at which the specified row resides.
ASPxGridView.ExpandRow Expands the specified group row and optionally child group rows at all nesting levels.
ASPxGridView.ExpandAll Expands all group rows.
ASPxGridView.CollapseRow Collapses the specified group row and optionally any child group rows at all nesting levels.
ASPxGridView.CollapseAll Collapses all group rows.
GridViewStyles.GroupRow Gets the style settings used to paint group rows.
GridViewStyles.GroupButtonWidth Specifies the group button’s width.
GridViewTemplates.GroupRow Specifies a template for displaying group rows.
GridViewTemplates.GroupRowContent Specifies a template for displaying the content of group rows.

Client

Member Description
ASPxClientGridView.GroupBy Groups data by the values of the specified column.
ASPxClientGridView.UnGroup Ungroups data by the values of the specified column.
ASPxClientGridView.ColumnGrouping Enables you to cancel data grouping.
ASPxClientGridView.RowExpanding Fires before a group row is expanded.
ASPxClientGridView.RowCollapsing Fires before a group row is collapsed.