Back to Devexpress

TableView.BandHeaderSeparatorColor Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-42bd4b69.md

latest1.2 KB
Original Source

TableView.BandHeaderSeparatorColor Property

Gets or sets the color of band separators’ header part. 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 BandHeaderSeparatorColor { get; set; }
vb
Public Property BandHeaderSeparatorColor 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