Back to Devexpress

BootstrapGridViewToolbarCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-80cd569a.md

latest2.1 KB
Original Source

BootstrapGridViewToolbarCollection Class

Represents the BootstrapGridView‘s toolbar collection.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewToolbarCollection :
    GridToolbarCollection
vb
Public Class BootstrapGridViewToolbarCollection
    Inherits GridToolbarCollection

The following members return BootstrapGridViewToolbarCollection objects:

Remarks

The BootstrapGridView control stores its toolbars within the BootstrapGridView.Toolbars collection. This collection is represented by the BootstrapGridViewToolbarCollection class. Members of this class can be used to add, delete, access individual toolbars and perform other common collection management tasks.

Inheritance

Object StateManagedCollectionBase Collection Collection<GridToolbar> GridToolbarCollection BootstrapGridViewToolbarCollection

See Also

BootstrapGridViewToolbarCollection Members

Grid View

DevExpress.Web.Bootstrap Namespace