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

TreeListCommandColumnCustomButton.Visibility Property

Gets or sets a value that specifies in which nodes the custom button is displayed.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(TreeListCustomButtonVisibility.BrowsableNode)]
public TreeListCustomButtonVisibility Visibility { get; set; }

Property Value

Type Default Description
TreeListCustomButtonVisibility **BrowsableNode**

A TreeListCustomButtonVisibility enumeration value that specifies in which nodes the custom button is displayed.

Available values:

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.

See Also