ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.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 System.Boolean
    public System.bool IsDropDownOpen {get;}
    See Also