A newer version of this page is available.
Switch to the current version.
BootstrapToolbarMenuItemCollection.Add(String) Method
Adds a new item to the collection and specifies the item's display text.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapToolbarMenuItem Add(
string text
)
Public Function Add(
text As String
) As BootstrapToolbarMenuItem
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value specifying the item's display text. Initializes the item's MenuItem.Text property. |
Returns
Type | Description |
---|---|
BootstrapToolbarMenuItem | A BootstrapToolbarMenuItem object representing the newly created item. |
See Also
Feedback