aspnet-devexpress-dot-web-dot-aspxtreelist-d6f81162.md
Represents a custom command button.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListCommandColumnCustomButton :
CollectionItem
Public Class TreeListCommandColumnCustomButton
Inherits CollectionItem
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.
Object StateManager CollectionItem TreeListCommandColumnCustomButton
See Also