Back to Devexpress

BandBase.BandCellSeparatorColor Property

wpf-devexpress-dot-xpf-dot-grid-dot-bandbase-09ea241a.md

latest1.2 KB
Original Source

BandBase.BandCellSeparatorColor Property

Gets or sets the color of band separators. 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 BandCellSeparatorColor { get; set; }
vb
Public Property BandCellSeparatorColor As Brush

Property Value

TypeDescription
Brush

A Brush value.

|

Remarks

Refer to the Band Separators topic to learn more.

See Also

BandBase Class

BandBase Members

DevExpress.Xpf.Grid Namespace