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

BootstrapGridViewToolbarMenuItem.Items Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapGridViewToolbarMenuItemCollection

A BootstrapGridViewToolbarMenuItemCollection instance that is the collection of items.

See Also