ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / IsDroppedDown Property

In This Topic
    IsDroppedDown Property (InputDateBase)
    In This Topic
    Gets or sets a value indicating whether the drop down is currently visible.
    Syntax
    'Declaration
     
    
    Public Property IsDroppedDown As Boolean
    public bool IsDroppedDown {get; set;}
    See Also