Configurates
C1.Web.Mvc.MenuBase<T>.CloseOnLeave. Sets a value that determines whether the menu should close automatically when the mouse leave the items.
Syntax
'Declaration
Public Function CloseOnLeave( _
ByVal As Boolean _
) As TBuilder
public TBuilder CloseOnLeave(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also