Adds a new menu item to the end of the collection and returns the newly created object.
Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v17.2.dll

Syntax
C# |
public BootstrapMenuItemBuilder Add()
|
VB |
Public Function Add() As BootstrapMenuItemBuilder
|
Return value
Type:
BootstrapMenuItemBuilder

See Also