Back to Devexpress

TreeListCommandColumn Class

aspnet-devexpress-dot-web-dot-aspxtreelist-c75939d8.md

latest3.6 KB
Original Source

TreeListCommandColumn Class

Represents a Command Column.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListCommandColumn :
    TreeListColumn
vb
Public Class TreeListCommandColumn
    Inherits TreeListColumn

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:

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListCommandColumn MVCxTreeListCommandColumn

See Also

TreeListCommandColumn Members

Tree List

DevExpress.Web.ASPxTreeList Namespace