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

TreeListSettings.Toolbars Property

Gets the collection of toolbars in the TreeListSettings control.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTreeListToolbarCollection Toolbars { get; }

Property Value

Type Description
MVCxTreeListToolbarCollection

A MVCxTreeListToolbarCollection object which represents the collection of toolbars within the grid.

Remarks

The Tree List extension stores toolbars (which are MVCxTreeListToolbar class instances) in its Toolbars collection. You can add or remove toolbars, change their availability and position, and populate them with toolbar items (MVCxTreeListToolbarItem class instances) using the MVCxTreeListToolbar.Items property. Toolbar items can trigger standard grid commands (that is data item editing, deletion, creation, etc.) and any custom actions, if required.

See Also