Skip to main content
A newer version of this page is available. .

TreeListExpandCollapseAction Enum

Lists values that specify how end-users can expand/collapse nodes.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public enum TreeListExpandCollapseAction

Members

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.

Related API Members

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