Skip to main content

BaseColumn.ActualBandLeftSeparatorWidth Property

Gets the actual width of the band’s left separator. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double ActualBandLeftSeparatorWidth { get; }

Property Value

Type Description
Double

The actual width of the band’s left separator.

See Also