Skip to main content

TreeListToolbarItemCollection Class

Represents a collection of an ASPxTreeList’s toolbar items.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListToolbarItemCollection :
    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.

See Also