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

TreeListCommandColumnCustomButton Class

Represents a custom command button.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public class TreeListCommandColumnCustomButton :
    CollectionItem

Remarks

Command columns can display custom buttons. These buttons are stored within a column’s TreeListCommandColumn.CustomButtons collection.

veCommandButtonCustom

Custom buttons are represented by the TreeListCommandColumnCustomButton objects. The button’s text and image are specified by the TreeListCommandColumnCustomButton.Text and TreeListCommandColumnCustomButton.Image properties, respectively.

To learn more, see How to: Create Custom Command Buttons.

Inheritance

Object
StateManager
CollectionItem
TreeListCommandColumnCustomButton
See Also