Back to Devexpress

ASPxTreeList.Toolbars Property

aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-c2c1b67e.md

latest2.7 KB
Original Source

ASPxTreeList.Toolbars Property

Gets the collection of toolbars in the ASPxTreeList control.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public TreeListToolbarCollection Toolbars { get; }
vb
Public ReadOnly Property Toolbars As TreeListToolbarCollection

Property Value

TypeDescription
TreeListToolbarCollection

A TreeListToolbarCollection object which represents the collection of toolbars within the tree list.

|

Remarks

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

Use the following properties to specify the toolbar settings:

See Also

GetToolbar(index)

ASPxTreeList Class

ASPxTreeList Members

DevExpress.Web.ASPxTreeList Namespace