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

TreeListCustomButtonVisibility Enum

Lists values that specify in which nodes a custom button is displayed.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public enum TreeListCustomButtonVisibility

Members

Name Description
Hidden

A custom button is hidden.

BrowsableNode

A custom button is displayed within nodes whose values are not edited.

EditableNode

A custom button is displayed within a node currently being edited.

AllNodes

A custom button is displayed within all nodes.

Related API Members

The following properties accept/return TreeListCustomButtonVisibility values:

Remarks

The values listed by this enumeration are used to set the TreeListCommandColumnCustomButton.Visibility property.

See Also