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

TreeListCommandColumn.CustomButtons Property

Gets the collection of custom buttons.

Namespace: DevExpress.Web.ASPxTreeList

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

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