ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / IsDropDownOpen Property

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