A newer version of this page is available.
Switch to the current version.
BootstrapCardViewToolbarCollection Class
Represents the BootstrapCardView's toolbar collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapCardViewToolbarCollection :
GridToolbarCollection
Public Class BootstrapCardViewToolbarCollection
Inherits GridToolbarCollection
Related API Members
The following members accept/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
See Also
Feedback