MindFusion.Wpf Pack Programmer's Guide
Calendar.ShowToday Property
See Also
 





Gets or sets a value indicating whether the current date is highlighted in the calendar. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool ShowToday { get; set; }

Visual Basic  Copy Code

Public Property ShowToday As Boolean

 Property Value

true, to highlight the current date; otherwise, false.

 Remarks

The current date is displayed using the TodayItemTemplate.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace