Skip to main content

BootstrapCardViewToolbar.Items Property

Gets the collection of items within the toolbar and provides indexed access to them.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewToolbarItemCollection Items { get; }

Property Value

Type Description
BootstrapCardViewToolbarItemCollection

A BootstrapCardViewToolbarItemCollection object representing the collection of the toolbar’s items.

Remarks

The Items property provides access to a collection that contains all the items of the current toolbar. This collection provides the standard means to manipulate (add or remove) items within a toolbar.

See Also