Back to Devexpress

TableView.BandCellSeparatorColor Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-6bcff78c.md

latest1.2 KB
Original Source

TableView.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.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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace