Skip to main content

BootstrapCardViewToolbarMenuItemCollection.Add() Method

Adds a new toolbar menu item to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewToolbarMenuItem Add()

Returns

Type Description
BootstrapCardViewToolbarMenuItem

A BootstrapCardViewToolbarMenuItem object representing the newly created toolbar menu item.

See Also