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

TreeListCommandColumnButton Class

Represents a command button.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListCommandColumnButton :
    PropertiesBase

Remarks

Command buttons are displayed within the command column’s cells and allow end-users to add and delete nodes, switch the ASPxTreeList to edit mode, update data, etc. A command column button can be represented by a button, image or link. Its representation is controlled by the column’s TreeListCommandColumn.ButtonType property. The TreeListCommandColumnButton.Visible property specifies the button’s visibility. The button’s text is specified by the TreeListCommandColumnButton.Text property.

To learn more, see Data and Command Columns.

Implements

See Also