Back to Devexpress

BootstrapGridViewToolbarItemCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-bad3251b.md

latest2.9 KB
Original Source

BootstrapGridViewToolbarItemCollection Class

Represents a collection of a BootstrapGridView‘s toolbar items.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewToolbarItemCollection :
    GridToolbarItemCollection
vb
Public Class BootstrapGridViewToolbarItemCollection
    Inherits GridToolbarItemCollection

The following members return BootstrapGridViewToolbarItemCollection objects:

Remarks

A toolbar within a BootstrapGridView control holds its toolbar items within a collection which is represented by an instance of the BootstrapGridViewToolbarItemCollection class and can be accessed via the BootstrapGridViewToolbar.Items property.

The properties and methods exposed by the BootstrapGridViewToolbarItemCollection 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.

Inheritance

Object StateManagedCollectionBase Collection Collection<MenuItem> HierarchicalCollection<MenuItem> MenuItemCollection GridToolbarItemCollection BootstrapGridViewToolbarItemCollection

See Also

BootstrapGridViewToolbarItemCollection Members

Grid View

DevExpress.Web.Bootstrap Namespace