Skip to main content
A newer version of this page is available. .

TreeListCommandColumnCustomButtonCollection Class

Represents the collection of custom command buttons.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListCommandColumnCustomButtonCollection :
    Collection<TreeListCommandColumnCustomButton>

The following members return TreeListCommandColumnCustomButtonCollection objects:

Remarks

Command columns store their custom buttons within the TreeListCommandColumn.CustomButtons collection, which is represented by the TreeListCommandColumnCustomButtonCollection class. Members of this class can be used to add, delete, access individual buttons and perform other common collection management tasks.

Inheritance

See Also