Gets or sets the color of band separators. This is a dependency property.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

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

Remarks
Refer to the Band Separators topic to learn more.

See Also