Gets or sets a value indicating whether the current date is highlighted in the drop-down calendar control. This is a dependency property.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public bool ShowToday { get; set; } |
Visual Basic
![]() |
---|
Public Property ShowToday As Boolean |
true to highlight the current date in the drop-down calendar; otherwise, false.
If this property is set to true the content of the current date is displayed using TodayItemTemplate. Otherwise, the content is displayed using DefaultItemTemplate.