Skip to main content

DXTreeView.AutoExpandModeProperty Field

Identifies the AutoExpandMode bindable property.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public static readonly BindableProperty AutoExpandModeProperty

Field Value

Type Description
BindableProperty

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