Back to Devexpress

TreeListToolbarItemCollection Class

aspnet-devexpress-dot-web-dot-aspxtreelist-0709364c.md

latest3.5 KB
Original Source

TreeListToolbarItemCollection Class

Represents a collection of an ASPxTreeList’s toolbar items.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListToolbarItemCollection :
    GridToolbarItemCollection
vb
Public Class TreeListToolbarItemCollection
    Inherits GridToolbarItemCollection

The following members return TreeListToolbarItemCollection objects:

Remarks

A toolbar within an ASPxTreeList control holds its toolbar items within a collection which is represented by an instance of the TreeListToolbarItemCollection class and can be accessed via the TreeListToolbar.Items property.

The properties and methods exposed by the TreeListToolbarItemCollection class can be used to perform common collection operations such as adding new or deleting the existing toolbar items. Each item of the collection is represented by a TreeListToolbarItem object descendant. Individual toolbar items can be accessed using either indexer notation.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<MenuItem>

ICollection<MenuItem>

IEnumerable<MenuItem>

IHierarchicalEnumerable

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GridToolbarItemCollection TreeListToolbarItemCollection MVCxTreeListToolbarItemCollection

See Also

TreeListToolbarItemCollection Members

DevExpress.Web.ASPxTreeList Namespace