CloseOnItemClick Property (C1CommandMenu)
In This Topic
Gets or sets the value indicating whether to close the menu when an item is clicked.
Syntax
'Declaration
Public Property CloseOnItemClick As Boolean
public bool CloseOnItemClick {get; set;}
See Also