Skip to main content
A newer version of this page is available. .

BootstrapCardViewToolbarItem.Items Property

Gets a collection that contains child items of the current toolbar item.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapCardViewToolbarMenuItemCollection

A BootstrapCardViewToolbarMenuItemCollection instance that is the collection of items.

See Also