| MenuDesignerCreateNavbar Method |
Creates the Navbar.
Namespace:
Recrovit.RecroGridFramework.UI
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public static string CreateNavbar(
HttpContext context,
int menuId = 10,
string scope = null,
bool submenu = true
)
Parameters
- context
- Type: HttpContext
The context. - menuId (Optional)
- Type: SystemInt32
The menu identifier. - scope (Optional)
- Type: SystemString
The scope. default: MenuDesigner.DefaultScope - submenu (Optional)
- Type: SystemBoolean
Set to true for submenu.
Return Value
Type:
StringThe menu in HTML.
See Also