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

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

Remarks
Refer to the Band Separators topic to learn more.

See Also