Back to Devexpress

BaseColumn.ActualBandCellRightSeparatorColor Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-9598e45b.md

latest1.3 KB
Original Source

BaseColumn.ActualBandCellRightSeparatorColor Property

Gets an actual color of the right 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 ActualBandCellRightSeparatorColor { get; }
vb
Public ReadOnly Property ActualBandCellRightSeparatorColor 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