Back to Devexpress

GridGroupValueData.RowData Property

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

latest1.0 KB
Original Source

GridGroupValueData.RowData Property

Gets information about the first data row in the group. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GroupRowData RowData { get; }
vb
Public ReadOnly Property RowData As GroupRowData

Property Value

TypeDescription
GroupRowData

Information about the first data row in the group.

|

See Also

GridGroupValueData Class

GridGroupValueData Members

DevExpress.Xpf.Grid Namespace