BootstrapCardViewToolbarItem(String, String) Constructor
Initializes a new instance of the BootstrapCardViewToolbarItem class with the specified name and text.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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