TreeListCommandColumn Class
Represents a Command Column.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return TreeListCommandColumn objects:
Remarks
A command column provides a set of commands that allow end-users to switch the ASPxTreeList to edit mode, update data, delete nodes, etc. A single command is represented by a command button.
There are five built-in command buttons:
- New (TreeListCommandColumn.NewButton)
- Edit (TreeListCommandColumn.EditButton)
- Delete (TreeListCommandColumn.DeleteButton)
- Update (TreeListCommandColumn.UpdateButton)
- Cancel (TreeListCommandColumn.CancelButton)
You can also create an unlimited number of custom command buttons (TreeListCommandColumn.CustomButtons).
A command column allows multiple command buttons to be displayed within a cell.
By default, a command button is represented by a link. It can also be represented by a button or image. Use the TreeListCommandColumn.ButtonType property to specify how the command column renders its command buttons.
To learn more, see Data and Command Columns.