TreeListCommandColumnCustomButton Class
In This Article
Represents a custom command button.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListCommandColumnCustomButton :
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.
#Inheritance
Object
StateManager
CollectionItem
TreeListCommandColumnCustomButton
See Also