Gets or sets a value indicating whether the drop-down calendar is open or closed.

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

C#
public bool IsDropDownOpen { get; set; }
Visual Basic
Public Property IsDropDownOpen As Boolean
	Get
	Set

See Also