aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3e67bbc9.md
Represents a collection of a BootstrapCardView toolbar item’s nested items.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapCardViewToolbarMenuItemCollection :
GridToolbarItemCollection
Public Class BootstrapCardViewToolbarMenuItemCollection
Inherits GridToolbarItemCollection
The following members return BootstrapCardViewToolbarMenuItemCollection objects:
A toolbar item holds its sub-items within a collection represented by an instance of the BootstrapCardViewToolbarMenuItemCollection class.
The properties and methods exposed by the BootstrapCardViewToolbarMenuItemCollection class can be used to perform common collection operations such as adding new or deleting existing toolbar items. Each item of the collection is represented by a BootstrapCardViewToolbarItemBase object descendant. Individual toolbar items can be accessed using indexer notation.
Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GridToolbarItemCollection BootstrapCardViewToolbarMenuItemCollection
See Also