Back to Devexpress

TreeListOptionsView.ShowBands Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-1b68f5cc.md

latest2.0 KB
Original Source

TreeListOptionsView.ShowBands Property

OBSOLETE

Use the ShowBandsMode property instead

Gets or sets whether band headers are displayed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the ShowBandsMode property instead")]
public bool ShowBands { get; set; }
vb
<Obsolete("Use the ShowBandsMode property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowBands As Boolean

Property Value

TypeDescription
Boolean

true if band headers are displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowBands
TreeList

.OptionsView .ShowBands

|

Remarks

The ShowBands property is obsolete. Use the TreeListOptionsView.ShowBandsMode property instead.

See Also

TreeListOptionsView Class

TreeListOptionsView Members

DevExpress.XtraTreeList Namespace