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

TreeListToolbar.Items Property

Gets the collection of items within the toolbar and provides indexed access to them.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListToolbarItemCollection Items { get; }

Property Value

Type Description
TreeListToolbarItemCollection

A TreeListToolbarItemCollection object representing the collection of the toolbar’s items.

Remarks

The Items property provides access to a collection that contains all the items of the current toolbar. This collection provides the standard means to manipulate (add or remove) items within a toolbar.

To learn more about the toolbar, see the ASPxTreeList - Toolbars topic.

See Also