C1.Web.Mvc Namespace / InputDateBase Class / CloseOnSelection Property

In This Topic
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
 
<DefaultValueAttribute(True)>
Public Property CloseOnSelection As Boolean
 
Remarks
The default value for this property is true.
See Also