ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IDropDown Interface / IsDroppedDown Property

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