Skip to main content
All docs
V26.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.v26.1.dll

    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