Back to Devexpress

TableView.ShowBandsPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-cd542af9.md

latest1.3 KB
Original Source

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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace