TreeListCommandColumn.CustomButtons Property
In This Article
Gets the collection of custom buttons.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListCommandColumnCustomButtonCollection CustomButtons { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
Command columns can display custom buttons. You can create your own buttons, and define custom actions for them by handling the ASPxClientTreeList.CustomButtonClick event.
See Also