DXTreeView.AutoExpandModeProperty Field
In This Article
Identifies the AutoExpandMode bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public static readonly BindableProperty AutoExpandModeProperty
#Field Value
Type | Description |
---|---|
Bindable |
A bindable property identifier. |
#Remarks
For more information, refer to the following help topic: Collapse and Expand Nodes in Tree View for .NET MAUI.
See Also