Skip to main content
A newer version of this page is available. .

BaseColumn.ActualBandRightSeparatorWidth Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public double ActualBandRightSeparatorWidth { get; }

Property Value

Type Description
Double

The actual width of the band’s right separator.

See Also