Back to Devexpress

GridDataColumnGroupRowTemplateContext Members

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

latest4.6 KB
Original Source

GridDataColumnGroupRowTemplateContext Members

Stores information about a group row in the Grid and is passed as the context parameter to the DxGrid.DataColumnGroupRowTemplate and DxGridDataColumn.GroupRowTemplate.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

GridDataColumnGroupRowTemplateContext Class

DevExpress.Blazor Namespace