Skip to main content
All docs
V23.2

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.v23.2.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