Kendo.Mvc.UI.Fluent.MenuOpenOnClickBuilder
Defines the configuration of openOnClick Menu setting/>
Methods
RootMenuItems(System.Boolean)
Defines whether the root menus should be opened on each click.
Example (ASPX)
<%= Html.Kendo().Menu()
.Name("Menu")
.OpenOnClick(o => o.RootMenuItems(true))
%>
SubMenuItems(System.Boolean)
Defines whether the sub menus should be opened on each click.
Example (ASPX)
<%= Html.Kendo().Menu()
.Name("Menu")
.OpenOnClick(o => o.SubMenuItems(true))
%>