Skip to main content
All docs
V25.1
  • 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.v25.1.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