BootstrapGridViewToolbarMenuItemCollection Class
Represents a collection of a BootstrapGridView toolbar item’s nested items.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
The following members return BootstrapGridViewToolbarMenuItemCollection objects:
Remarks
A toolbar item holds its sub-items within a collection represented by an instance of the BootstrapGridViewToolbarMenuItemCollection class.
The properties and methods exposed by the BootstrapGridViewToolbarMenuItemCollection 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 BootstrapGridViewToolbarItemBase object descendant. Individual toolbar items can be accessed using indexer notation.