Skip to main content
A newer version of this page is available. .

GroupRowData.GroupValue Property

Gets or sets the group row’s value. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public GridGroupValueData GroupValue { get; set; }

Property Value

Type Description
DevExpress.Xpf.Grid.GridGroupValueData

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

See Also