Back to Devexpress

GroupRowData.GroupValue Property

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

latest1.0 KB
Original Source

GroupRowData.GroupValue Property

Gets or sets the group row’s value. 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 GridGroupValueData GroupValue { get; set; }
vb
Public Property GroupValue As GridGroupValueData

Property Value

TypeDescription
GridGroupValueData

A DevExpress.Xpf.Grid.GridGroupValueData object that represents the group row’s value.

|

See Also

GroupRowData Class

GroupRowData Members

DevExpress.Xpf.Grid Namespace