Back to Devexpress

GridGroupValueData Properties

wpf-devexpress-dot-xpf-dot-grid-dot-gridgroupvaluedata-dot-underscore-properties.md

latest3.9 KB
Original Source

GridGroupValueData Properties

Contains information about group row values.

NameDescription
ColumnGets the grid column. Inherited from GridColumnData.
ColumnHeaderGets the group column header. This is a dependency property.
DataGets or sets an object that contains grid data. Inherited from GridDataBase.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayTextGets the text displayed in the group row. This is a dependency property.
GroupColumnHeaderTextGets the text displayed in the column header part of the group row [ColumnHeader]:. This is a dependency property.
HighlightingPropertiesFor internal use.
IsFirstGroupValueGets whether the group value is displayed first if Merged Grouping is enabled. This is a dependency property.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
RowDataGets information about the first data row in the group. This is a dependency property.
ShowSeparatorGets whether the group value is separated (by the ; character) from the next group value if Merged Grouping is enabled. This is a dependency property.
TextGets the column value displayed in the group row. This is a dependency property.
ValueGets or sets an editable value. Inherited from EditableDataObject.
ViewGets the owner view. Inherited from GridColumnData.
VisibleIndexGets the column’s position among visible columns. Inherited from GridColumnData.

See Also

GridGroupValueData Class

GridGroupValueData Members

DevExpress.Xpf.Grid Namespace