Back to Devexpress

GridDataColumnGroupRowTemplateContext Properties

blazor-devexpress-dot-blazor-dot-griddatacolumngrouprowtemplatecontext-dot-underscore-properties.md

latest2.7 KB
Original Source

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.

NameDescription
ColumnCaptionReturns the caption of the grouped column.
DataColumnReturns the data column for which the group row is displayed.
DisplayTextReturns text displayed in the group row.
ExpandedReturns whether the corresponding group is expanded.
GridReturns the Grid object.
GroupValueReturns the group row value.
GroupValueDisplayTextReturns the group row value’s display text.
HighlightedDisplayTextReturns the group row display text with highlighted search text (if any).
HighlightedGroupValueDisplayTextReturns the group value with highlighted search text (if any).
SummaryDisplayTextReturns the group summary display text.
SummaryItemsReturns group summary items.
VisibleIndexReturns the group row’s visible index.

See Also

GridDataColumnGroupRowTemplateContext Class

GridDataColumnGroupRowTemplateContext Members

DevExpress.Blazor Namespace