Back to Devexpress

TreeListToolbarItem.Items Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelisttoolbaritem-f80bd0e7.md

latest1.2 KB
Original Source

TreeListToolbarItem.Items Property

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

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public TreeListToolbarItemCollection Items { get; }
vb
Public ReadOnly Property Items As TreeListToolbarItemCollection

Property Value

TypeDescription
TreeListToolbarItemCollection

A TreeListToolbarItemCollection instance that is the collection of items.

|

See Also

TreeListToolbarItem Class

TreeListToolbarItem Members

DevExpress.Web.ASPxTreeList Namespace