Skip to main content

BootstrapGridViewToolbarMenuItem(String, String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewToolbarMenuItem(
    string text,
    string name
)

Parameters

Name Type Description
text String

A string specifying the toolbar menu item text.

name String

A string specifying the unique identifier for the toolbar menu item.

See Also