aspnetmvc-devexpress-dot-web-dot-mvc-55db3f1a.md
Represents a collection of a Vertical Grid’s toolbar items.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxVerticalGridToolbarItemCollection :
VerticalGridToolbarItemCollection
Public Class MVCxVerticalGridToolbarItemCollection
Inherits VerticalGridToolbarItemCollection
The following members return MVCxVerticalGridToolbarItemCollection objects:
A toolbar within an Vertical Grid control holds its toolbar items within a collection which is represented by an instance of the MVCxVerticalGridToolbarItemCollection class and can be accessed via the MVCxVerticalGridToolbar.Items property.
The properties and methods exposed by the MVCxVerticalGridToolbarItemCollection 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 MVCxVerticalGridToolbarItem object descendant. Individual toolbar items can be accessed using either indexer notation.
Show 11 items
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GridToolbarItemCollection VerticalGridToolbarItemCollection MVCxVerticalGridToolbarItemCollection
See Also