Back to Devexpress

TreeListCustomButtonVisibility Enum

aspnet-devexpress-dot-web-dot-aspxtreelist-91e2d008.md

latest1.5 KB
Original Source

TreeListCustomButtonVisibility Enum

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeListCustomButtonVisibility
vb
Public Enum TreeListCustomButtonVisibility

Members

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

|

The following properties accept/return TreeListCustomButtonVisibility values:

See Also

Visibility

Tree List

DevExpress.Web.ASPxTreeList Namespace