TreeListCommandColumnButton Class
In This Article
Represents a command button.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
#Declaration
public class TreeListCommandColumnButton :
PropertiesBase
#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.
#Implements
#Inheritance
See Also