MindFusion.Wpf Pack Programmer's Guide
DateTimePicker.IsCalendarOpen Property
See Also
 





Gets a value that indicates whether the drop-down calendar is currently open. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool IsCalendarOpen { get; set; }

Visual Basic  Copy Code

Public Property IsCalendarOpen As Boolean

 Property Value

true if the drop-down is opened; otherwise, false.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.Wpf Namespace