aspnet-devexpress-dot-web-dot-aspxtreelist-c75939d8.md
Represents a Command Column.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListCommandColumn :
TreeListColumn
Public Class TreeListCommandColumn
Inherits TreeListColumn
The following members return TreeListCommandColumn objects:
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:
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.
Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListCommandColumn MVCxTreeListCommandColumn
See Also