Back to Devexpress

TreeListView.BandCellSeparatorColor Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-54dee34b.md

latest1.2 KB
Original Source

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

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace