A newer version of this page is available.
Switch to the current version.
BootstrapCardViewToolbarMenuItem(String, String) Constructor
Initializes a new instance of the BootstrapCardViewToolbarMenuItem class with the specified name and text.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapCardViewToolbarMenuItem(
string text,
string name
)
Public Sub New(
text As String,
name As String
)
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
Feedback