aspnet-devexpress-dot-web-dot-aspxtreelist-8a2280b5.md
Represents the collection of custom command buttons.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListCommandColumnCustomButtonCollection :
Collection<TreeListCommandColumnCustomButton>
Public Class TreeListCommandColumnCustomButtonCollection
Inherits Collection(Of TreeListCommandColumnCustomButton)
The following members return TreeListCommandColumnCustomButtonCollection objects:
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.
DevExpress.Utils.IAssignableCollection
IList<TreeListCommandColumnCustomButton>
ICollection<TreeListCommandColumnCustomButton>
IEnumerable<TreeListCommandColumnCustomButton>
Object StateManagedCollectionBase Collection Collection<TreeListCommandColumnCustomButton> TreeListCommandColumnCustomButtonCollection
See Also
TreeListCommandColumnCustomButtonCollection Members