JavaScript/jQuery Menu - showFirstSubmenuMode
Default Value: { name: 'onClick', delay: { show: 50, hide: 300 } }
Accepted Values: 'onClick' | 'onHover'
If you assign a string that specifies the mode name to this property, the UI component will use the default delay value.
JavaScript
showFirstSubmenuMode: "onHover"
Use the ShowSubmenuMode
enum to specify this property when the UI component is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: OnHover
and OnClick
.
name
Use the ShowSubmenuMode
enum to specify this property when the UI component is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: OnHover
and OnClick
.
Feedback