Skip to main content

BootstrapCardViewToolbarItemBase(String, String, String) Constructor

Initializes a new instance of the BootstrapCardViewToolbarItemBase class with the specified name, text and icon.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewToolbarItemBase(
    string text,
    string name,
    string iconCssClass
)

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.

iconCssClass String

A string specifying the CSS class of an icon to display within the toolbar item.

See Also