TreeListCommandColumn.DeleteButton Property
In This Article
Gets the Delete button’s settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListCommandColumnButton DeleteButton { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The Delete button deletes the current node. Use the DeleteButton property to specify the button’s image, caption and visibility. The button’s type is specified by the TreeListCommandColumn.ButtonType property.
See Also