Skip to main content

BootstrapCardViewToolbarItemCollection.Add(String, String) Method

Adds a new item to the collection and specifies the item’s display text and name.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewToolbarItem Add(
    string text,
    string name
)

Parameters

Name Type Description
text String

A String value specifying the item’s display text. Initializes the item’s MenuItem.Text property.

name String

A String value specifying the name which indentifies the created item. Initializes the item’s MenuItem.Name property.

Returns

Type Description
BootstrapCardViewToolbarItem

A BootstrapCardViewToolbarItem object representing the newly created item.

See Also