Back to Devexpress

TreeListCommandColumnButton Class

aspnet-devexpress-dot-web-dot-aspxtreelist-6f5dede7.md

latest3.4 KB
Original Source

TreeListCommandColumnButton Class

Represents a command button.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListCommandColumnButton :
    PropertiesBase
vb
Public Class TreeListCommandColumnButton
    Inherits PropertiesBase

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

IStateManager

Inheritance

Object StateManager PropertiesBase TreeListCommandColumnButton TreeListCommandColumnApplyFilterButton

TreeListCommandColumnCancelButton

TreeListCommandColumnClearFilterButton

TreeListCommandColumnRecoverButton

TreeListCommandColumnUpdateButton

See Also

TreeListCommandColumnButton Members

Tree List

DevExpress.Web.ASPxTreeList Namespace