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

BootstrapGridViewToolbarMenuItem(String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapGridViewToolbarMenuItem(
    string text
)

Parameters

Name Type Description
text String

A string specifying the toolbar menu item text.

See Also