Enum ExpandAction
Defines the expand type of the TreeView node.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ExpandAction
Fields
| Name | Description |
|---|---|
| Click | Specifies the action on 'Click' the node expands or collapses. The expand/collapse operation happens when you single-click the node. |
| DoubleClick | Specifies the action on 'DoubleClick' the node expands or collapses. The expand/collapse operation happens when you double-click the node. |
| None | The expand/collapse operation will not happen when you single-click or double-click the node. |