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
public bool ShowExpandButtons { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
For more information, refer to the following help topic: Collapse and Expand Nodes in Tree View for .NET MAUI.
See Also