CloseOnSelection Property (InputDateBase)
In This Topic
Gets or sets a value that determines whether the control should automatically close the drop-down when the user makes a selection.
Syntax
'Declaration
Public Property CloseOnSelection As Boolean
public bool CloseOnSelection {get; set;}
See Also