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 |
---|---|
Column |
Returns the caption of the grouped column. |
Data |
Returns the data column for which the group row is displayed. |
Display |
Returns text displayed in the group row. |
Expanded | Returns whether the corresponding group is expanded. |
Grid | Returns the Grid object. |
Group |
Returns the group row value. |
Group |
Returns the group row value’s display text. |
Highlighted |
Returns the group row display text with highlighted search text (if any). |
Highlighted |
Returns the group value with highlighted search text (if any). |
Summary |
Returns the group summary display text. |
Summary |
Returns group summary items. |
Visible |
Returns the group row’s visible index. |
See Also