Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / C1BasePicker Class / DropDownForm Property

In This Topic
    DropDownForm Property (C1BasePicker)
    In This Topic
    Returns dropdown form instance associated with the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property DropDownForm As DropDownForm
    public virtual DropDownForm DropDownForm {get; set;}
    See Also