Skip to main content
All docs
V23.2

GridGroupValueData.IsFirstGroupValue Property

Gets whether the group value is displayed first if Merged Grouping is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsFirstGroupValue { get; }

Property Value

Type Description
Boolean

true if the group value is displayed first; otherwise, false.

See Also