Gets or sets the text that is displayed as a label on the today selection button in the control popup. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public string TodayText { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property TodayText As String

See Also