Back to Devexpress

Member Table: Grouping

aspnet-3708-components-grid-view-member-tables-member-table-grouping.md

latest3.3 KB
Original Source

Member Table: Grouping

  • Nov 18, 2021
  • 2 minutes to read

Server

MemberDescription
ASPxGridViewBehaviorSettings.AllowGroupSpecifies whether users can group data.
GridViewDataColumnSettings.AllowGroupSpecifies whether users can group data against column values.
ASPxGridView.GroupByGroups data by the values of the specified column.
GridViewDataColumn.GroupByGroups data by the values of the current column.
ASPxGridView.GroupCountIndicates the number of columns used to group data.
ASPxGridViewSettings.GroupFormatSpecifies the text pattern for group rows.
GridViewDataColumn.GroupIndexSpecifies whether the column takes part in grouping, and at which level.
ASPxGridView.UnGroupUngroups data by the values of the specified column.
GridViewDataColumn.UnGroupUngroups data by the values of the current column.
ASPxGridView.GetRowLevelReturns the level at which the specified row resides.
ASPxGridView.ExpandRowExpands the specified group row and child group rows (if needed) at all nesting levels.
ASPxGridView.ExpandAllExpands all group rows.
ASPxGridView.CollapseRowCollapses the specified group row and (if needed) any child group rows at all nesting levels.
ASPxGridView.CollapseAllCollapses all group rows.
GridViewStyles.GroupRowGets the style settings used to paint group rows.
GridViewStyles.GroupButtonWidthSpecifies the group button’s width.
GridViewTemplates.GroupRowSpecifies a template for displaying group rows.
GridViewTemplates.GroupRowContentSpecifies a template for displaying the content of group rows.

Client

MemberDescription
ASPxClientGridView.GroupByGroups data by the values of the specified column.
ASPxClientGridView.UnGroupUngroups data by the values of the specified column.
ASPxClientGridView.ColumnGroupingEnables you to cancel data grouping.
ASPxClientGridView.RowExpandingFires before a group row is expanded.
ASPxClientGridView.RowCollapsingFires before a group row is collapsed.