Skip to main content
A newer version of this page is available. .

TreeListView.BandSeparatorWidth Property

Gets or sets a width of separators between bands that are placed within the current view. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public double BandSeparatorWidth { get; set; }

Property Value

Type Description
Double

A width of separators between bands that are placed within the current view.

Remarks

Refer to the Band Separators topic to learn more.

See Also