Back to Devexpress

TreeListCommandColumnCustomButton Class

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

latest2.3 KB
Original Source

TreeListCommandColumnCustomButton Class

Represents a custom command button.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListCommandColumnCustomButton :
    CollectionItem
vb
Public Class TreeListCommandColumnCustomButton
    Inherits CollectionItem

Remarks

Command columns can display custom buttons. These buttons are stored within a column’s TreeListCommandColumn.CustomButtons collection.

Custom buttons are represented by the TreeListCommandColumnCustomButton objects. The button’s text and image are specified by the TreeListCommandColumnCustomButton.Text and TreeListCommandColumnCustomButton.Image properties, respectively.

To learn more, see How to: Create Custom Command Buttons.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem TreeListCommandColumnCustomButton

See Also

TreeListCommandColumnCustomButton Members

CustomButtonClick

Tree List

DevExpress.Web.ASPxTreeList Namespace