Skip to main content

GroupRowData.GroupValue Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.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