Back to Devexpress

TreeViewControl.ShowExpandButtons Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-f2ff44ac.md

latest1.1 KB
Original Source

TreeViewControl.ShowExpandButtons Property

Gets or sets whether to show expand buttons. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to show expand buttons; otherwise, false.

|

Remarks

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace