Search
DateTimePicker.ShowToday Property
See Also
 





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.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 in the drop-down calendar; otherwise, false.

 Remarks

If this property is set to true the content of the current date is displayed using TodayItemTemplate. Otherwise, the content is displayed using DefaultItemTemplate.

 See Also