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

BootstrapToolbarItem(String, String) Constructor

Initializes a new instance of the BootstrapToolbarItem class with the specified name and text.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapToolbarItem(
    string text,
    string name
)

Parameters

Name Type Description
text String

A string specifying the toolbar item text.

name String

A string specifying the unique identifier for the toolbar item.

See Also