Skip to main content

GroupRowData.GroupValue Property

Gets information about the group row‘s value.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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