ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / IsDropDownOpen Property

In This Topic
    IsDropDownOpen Property (C1DateTimePicker)
    In This Topic
    Gets a value indicating whether the drop-down calendar is open or closed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDropDownOpen As Boolean
    public bool IsDropDownOpen {get;}
    See Also