Back to Devexpress

MVCxTreeListToolbarItemCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-db4bdb1e.md

latest3.6 KB
Original Source

MVCxTreeListToolbarItemCollection Class

Represents a collection of a Tree List’s toolbar items.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTreeListToolbarItemCollection :
    TreeListToolbarItemCollection
vb
Public Class MVCxTreeListToolbarItemCollection
    Inherits TreeListToolbarItemCollection

The following members return MVCxTreeListToolbarItemCollection objects:

Remarks

A toolbar within an Tree List control holds its toolbar items within a collection which is represented by an instance of the MVCxTreeListToolbarItemCollection class and can be accessed via the MVCxTreeListToolbar.Items property.

The properties and methods exposed by the MVCxTreeListToolbarItemCollection class can be used to perform common collection operations such as adding new or deleting the existing toolbar items. Each item of the collection is represented by a MVCxTreeListToolbarItem object descendant. Individual toolbar items can be accessed using either indexer notation.

Implements

Show 11 items

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<MenuItem>

ICollection<MenuItem>

IEnumerable<MenuItem>

IHierarchicalEnumerable

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GridToolbarItemCollection TreeListToolbarItemCollection MVCxTreeListToolbarItemCollection

See Also

MVCxTreeListToolbarItemCollection Members

DevExpress.Web.Mvc Namespace