Gets or sets the boolean value, specifying whether the current date is highlighted in the drop-down calendar.

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

Syntax

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

See Also