Gets an actual color of the band header's left separator. This is a dependency property.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public Brush ActualBandHeaderLeftSeparatorColor { get; }
|
VB |
Public ReadOnly Property ActualBandHeaderLeftSeparatorColor As Brush
|
Property value
Type: Brush
A System.Windows.Media.Brush value.

See Also