Skip to main content
All docs
V23.2

GridGroupValueData Properties

Contains information about group row values.
Name Description
Column Gets the grid column. Inherited from GridColumnData.
ColumnHeader Gets the group column header. This is a dependency property.
Data Gets or sets an object that contains grid data. Inherited from GridDataBase.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayText Gets the text displayed in the group row. This is a dependency property.
GroupColumnHeaderText Gets the text displayed in the column header part of the group row [ColumnHeader]:. This is a dependency property.
HighlightingProperties For internal use.
IsFirstGroupValue Gets whether the group value is displayed first if Merged Grouping is enabled. This is a dependency property.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
RowData Gets information about the first data row in the group. This is a dependency property.
ShowSeparator Gets whether the group value is separated (by the ; character) from the next group value if Merged Grouping is enabled. This is a dependency property.
Text Gets the column value displayed in the group row. This is a dependency property.
Value Gets or sets an editable value. Inherited from EditableDataObject.
View Gets the owner view. Inherited from GridColumnData.
VisibleIndex Gets the column’s position among visible columns. Inherited from GridColumnData.
See Also