Skip to main content

TreeListCommandColumn.CustomButtons Property

Gets the collection of custom buttons.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumnCustomButtonCollection CustomButtons { get; }

Property Value

Type Description
TreeListCommandColumnCustomButtonCollection

A TreeListCommandColumnCustomButtonCollection object which represents the collection of custom buttons.

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.

veCommandButtonCustom

See Also