Back to Devexpress

TreeListExpandCollapseAction Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-ecce1354.md

latest1.9 KB
Original Source

TreeListExpandCollapseAction Enum

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

Declaration

csharp
public enum TreeListExpandCollapseAction
vb
Public Enum TreeListExpandCollapseAction

Members

NameDescription
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:

Remarks

The values listed by this enumerator are used to set the TreeListSettingsBehavior.ExpandCollapseAction property’s values.

See Also

ExpandCollapseAction

Tree List

DevExpress.Web.ASPxTreeList Namespace