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

GroupRowData.GroupValue Property

Gets information about the group row‘s value.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(null, Handler = "$() => RaisePropertyChanged(GroupValueArgs)")]
public GroupValueData GroupValue { get; }

Property Value

Type Description
GroupValueData

Information about the group row’s value.

See Also