TreeListCommandColumnButton Class
Represents a command button.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return TreeListCommandColumnButton objects:
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.