Back to Devexpress

BootstrapCardViewToolbarItemCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-538d26d1.md

latest2.9 KB
Original Source

BootstrapCardViewToolbarItemCollection Class

Represents a collection of a BootstrapCardView‘s toolbar items.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

The following members return BootstrapCardViewToolbarItemCollection objects:

Remarks

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

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

Inheritance

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

See Also

BootstrapCardViewToolbarItemCollection Members

Card View

DevExpress.Web.Bootstrap Namespace