Class ExpandActionTrigger
Defines that the expanding and collapsing of nodes can be performed only by tapping in expander view or in both expander view and content view.
Inheritance
System.Object
ExpandActionTrigger
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public sealed class ExpandActionTrigger : Enum
Fields
Expander
Specifies that the expanding and collapsing of nodes can be performed only on tapping the expander view.
Declaration
public const ExpandActionTrigger Expander
Field Value
Type |
---|
ExpandActionTrigger |
Node
Specifies that the expanding and collapsing of nodes can be performed both on tapping the expander view and content view.
Declaration
public const ExpandActionTrigger Node
Field Value
Type |
---|
ExpandActionTrigger |