Back to Devexpress

TreeListView.ShowBandsPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-d67d97eb.md

latest1.3 KB
Original Source

TreeListView.ShowBandsPanel Property

Gets or sets whether to display the bands panel.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowBandsPanel { get; set; }
vb
Public Property ShowBandsPanel As Boolean

Property Value

TypeDescription
Boolean

true, to display the bands panel; otherwise, false.

|

Remarks

The DataViewBase.ShowColumnHeaders property specifies whether to display the column header panel.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace