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
SyntaxC#
Copy Code
|
|---|
public bool ShowToday { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowToday As Boolean |
true, to highlight the current date; otherwise, false.
RemarksThe current date is displayed using the TodayItemTemplate.
See Also