Skip to main content

BootstrapGridViewToolbarItem(String) Constructor

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewToolbarItem(
    string text
)

Parameters

Name Type Description
text String

A string specifying the toolbar item text.

See Also