Back to Devexpress

DXTreeView.ShowExpandButtons Property

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-b7a1d724.md

latest1005 B
Original Source

DXTreeView.ShowExpandButtons Property

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

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public bool ShowExpandButtons { get; set; }

Property Value

TypeDescription
Boolean

true to show expand buttons; otherwise, false.

|

Remarks

For more information, refer to the following help topic: Collapse and Expand Nodes in Tree View for .NET MAUI.

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace