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

GridDataColumnGroupRowTemplateContext Properties

Stores information about a group row in the Grid and is passed as the context parameter to the DxGrid.DataColumnGroupRowTemplate and DxGridDataColumn.GroupRowTemplate.
Name Description
DataColumn Returns the data column for which the group row is displayed.
DisplayText Returns text displayed in the group row.
Expanded Returns whether the corresponding group is expanded.
Grid Returns the Grid object.
GroupValue Returns the group row value.
GroupValueDisplayText Returns the group row value’s display text.
SummaryDisplayText Returns the group summary display text.
SummaryItems Returns group summary items.
VisibleIndex Returns the group row’s visible index.
See Also