MenuOpenOnClickBuilder
Methods
RootMenuItems(System.Boolean)
Defines whether the root menus should be opened on each click.
Parameters
enabled - System.Boolean
Example
@( Html.Kendo().Menu()
.Name("Menu")
.OpenOnClick(o => o.RootMenuItems(true))
)
SubMenuItems(System.Boolean)
Defines whether the sub menus should be opened on each click.
Parameters
enabled - System.Boolean
Example
@( Html.Kendo().Menu()
.Name("Menu")
.OpenOnClick(o => o.SubMenuItems(true))
)