ASP.NET MVC Controls | ComponentOne
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
    [DefaultValue(true)]
    public bool CloseOnSelection {get; set;}
    Remarks
    The default value for this property is true.
    See Also