MenuItemTemplate(JS)
|
value
|
Specifies a template that should be used to render a menu item. Mirrors the client-side menuItemTemplate option.
|
MenuItemTemplate(RazorBlock)
|
templateContent
|
Specifies a template that should be used to render a menu item. Mirrors the client-side menuItemTemplate option.
|
MenuItemTemplate(TemplateName)
|
name
|
Specifies a template that should be used to render a menu item. Mirrors the client-side menuItemTemplate option.
|
MenuItemTemplate(String)
|
templateContent
|
Specifies a template that should be used to render a menu item. Mirrors the client-side menuItemTemplate option.
|