Back to Devexpress

BaseColumn.ActualBandCellLeftSeparatorColor Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-b243774a.md

latest1.3 KB
Original Source

BaseColumn.ActualBandCellLeftSeparatorColor Property

Gets an actual color of the left band separator. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Brush ActualBandCellLeftSeparatorColor { get; }
vb
Public ReadOnly Property ActualBandCellLeftSeparatorColor As Brush

Property Value

TypeDescription
Brush

A Brush value.

|

Remarks

Refer to the Band Separators topic to learn more.

See Also

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace