aspnet-devexpress-dot-web-dot-aspxtreelist-ecce1354.md
Lists values that specify how end-users can expand/collapse nodes.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public enum TreeListExpandCollapseAction
Public Enum TreeListExpandCollapseAction
| Name | Description |
|---|---|
Button |
A node is expanded/collapsed after its expand button has been clicked.
|
| NodeClick |
A node is expanded/collapsed if it has been clicked by an end-user or its expand button has been clicked.
|
| NodeDblClick |
A node is expanded/collapsed if it has been double-clicked by an end-user or its expand button has been clicked.
|
The following properties accept/return TreeListExpandCollapseAction values:
The values listed by this enumerator are used to set the TreeListSettingsBehavior.ExpandCollapseAction property’s values.
See Also