Back to Devexpress

BootstrapCardViewToolbarCollection Class

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

latest2.1 KB
Original Source

BootstrapCardViewToolbarCollection Class

Represents the BootstrapCardView‘s toolbar collection.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

The following members return BootstrapCardViewToolbarCollection objects:

Remarks

The BootstrapCardView control stores its toolbars within the BootstrapCardView.Toolbars collection. This collection is represented by the BootstrapCardViewToolbarCollection 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 BootstrapCardViewToolbarCollection

See Also

BootstrapCardViewToolbarCollection Members

Card View

DevExpress.Web.Bootstrap Namespace