Back to Devexpress

TreeListOptionsView.ShowButtons Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsview-cba7495a.md

latest1.9 KB
Original Source

TreeListOptionsView.ShowButtons Property

Gets or sets whether the expand buttons are displayed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Visual Elements")]
[XtraSerializableProperty]
public virtual bool ShowButtons { get; set; }
vb
<DXCategory("Visual Elements")>
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the expand buttons; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowButtons
TreeList

.OptionsView .ShowButtons

|

See Also

Expanding and Collapsing Nodes

TreeListOptionsView Class

TreeListOptionsView Members

DevExpress.XtraTreeList Namespace