TreeListCommandColumnCustomButton.Visibility Property
In This Article
Gets or sets a value that specifies in which nodes the custom button is displayed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(TreeListCustomButtonVisibility.BrowsableNode)]
public TreeListCustomButtonVisibility Visibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Browsable |
A Tree |
Available values:
Name | Description |
---|---|
Hidden | A custom button is hidden. |
Browsable |
A custom button is displayed within nodes whose values are not edited. |
Editable |
A custom button is displayed within a node currently being edited. |
All |
A custom button is displayed within all nodes. |
See Also