Skip to main content
All docs
V25.1
  • GridGroupValueData.ShowSeparator Property

    Gets whether the group value is separated (by the ; character) from the next group value 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 ShowSeparator { get; }

    Property Value

    Type Description
    Boolean

    true if the group value is separated from the next group value; otherwise false.

    See Also