Back to Devexpress

TreeListCommandColumnCustomButtonCollection Class

aspnet-devexpress-dot-web-dot-aspxtreelist-8a2280b5.md

latest3.2 KB
Original Source

TreeListCommandColumnCustomButtonCollection Class

Represents the collection of custom command buttons.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListCommandColumnCustomButtonCollection :
    Collection<TreeListCommandColumnCustomButton>
vb
Public Class TreeListCommandColumnCustomButtonCollection
    Inherits Collection(Of 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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<TreeListCommandColumnCustomButton>

ICollection<TreeListCommandColumnCustomButton>

IEnumerable<TreeListCommandColumnCustomButton>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<TreeListCommandColumnCustomButton> TreeListCommandColumnCustomButtonCollection

See Also

TreeListCommandColumnCustomButtonCollection Members

How to: Create Custom Command Buttons

Tree List

DevExpress.Web.ASPxTreeList Namespace