Class TreeViewExpandActionTarget
Defines that nodes can only be expanded and collapsed by touching in expander view or both expander view and content view.
Inheritance
System.Object
TreeViewExpandActionTarget
Namespace: Syncfusion.Maui.TreeView
Assembly: Syncfusion.Maui.TreeView.dll
Syntax
public sealed class TreeViewExpandActionTarget : Enum
Fields
Expander
Specifies that nodes can only be expanded and collapsed by tapping the expander view.
Declaration
public const TreeViewExpandActionTarget Expander
Field Value
Type |
---|
TreeViewExpandActionTarget |
Node
Specifies that nodes can be expanded and collapsed by tapping the expander view or the content view.
Declaration
public const TreeViewExpandActionTarget Node
Field Value
Type |
---|
TreeViewExpandActionTarget |