GridDataColumnGroupRowTemplateContext Members
Stores information about a group row in the Grid and is passed as thecontext
parameter to the DxGrid.DataColumnGroupRowTemplate and DxGridDataColumn.GroupRowTemplate.
Properties
Name | Description |
---|---|
ColumnCaption | Returns the caption of the grouped column. |
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. |
HighlightedDisplayText | Returns the group row display text with highlighted search text (if any). |
HighlightedGroupValueDisplayText | Returns the group value with highlighted search text (if any). |
SummaryDisplayText | Returns the group summary display text. |
SummaryItems | Returns group summary items. |
VisibleIndex | Returns the group row’s visible index. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines 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