Class ExpandAction
Defines the expand type of the TreeView node.
Inheritance
System.Object
ExpandAction
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExpandAction : Enum
Fields
Click
Specifies the action on 'Click' the node expands or collapses. The expand/collapse operation happens when you single-click the node.
Declaration
public const ExpandAction Click
Field Value
Type |
---|
ExpandAction |
DoubleClick
Specifies the action on 'DoubleClick' the node expands or collapses. The expand/collapse operation happens when you double-click the node.
Declaration
public const ExpandAction DoubleClick
Field Value
Type |
---|
ExpandAction |
None
The expand/collapse operation will not happen when you single-click or double-click the node.
Declaration
public const ExpandAction None
Field Value
Type |
---|
ExpandAction |