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

TreeListToolbarItem.Items Property

Gets a collection that contains the toolbar items of the current toolbar item.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListToolbarItemCollection Items { get; }

Property Value

Type Description
TreeListToolbarItemCollection

A TreeListToolbarItemCollection instance that is the collection of items.

See Also