Skip to main content

MVCxTreeListToolbarItem.Items Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTreeListToolbarItemCollection Items { get; }

Property Value

Type Description
MVCxTreeListToolbarItemCollection

A MVCxTreeListToolbarItemCollection instance that is the collection of items.

See Also