Back to Devexpress

TreeViewNodeExpandCollapseAction Enum

blazor-devexpress-dot-blazor-fdf8761e.md

latest1.5 KB
Original Source

TreeViewNodeExpandCollapseAction Enum

Lists values that specify user actions that expand/collapse TreeView nodes.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum TreeViewNodeExpandCollapseAction

Members

NameDescription
Auto

When node selection is disabled, users can click a node or its Expand/Collapse button to expand/collapse the node.
When node selection is enabled, users can double click a node or click its Expand/Collapse button to expand/collapse the node.

| | NodeClick |

Users can click a node or its Expand/Collapse button to expand/collapse the node.

| | NodeDoubleClick |

Users can double click a node or click the node’s Expand/Collapse button to expand/collapse the node.

| | ButtonClick |

Users can click a node’s Expand/Collapse button to expand/collapse the node.

|

The following properties accept/return TreeViewNodeExpandCollapseAction values:

Remarks

razor
<DxTreeView NodeExpandCollapseAction="TreeViewNodeExpandCollapseAction.ButtonClick" ...> 
    ... 
</DxTreeView>

See Also

DevExpress.Blazor Namespace