dbicDate Send comments on this topic.
TodayText Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : TodayText Property

Gets or sets the text describing the current date in the control.

Syntax

Visual Basic (Declaration) 
Public Property TodayText As String
C# 
public string TodayText {get; set;}

Property Value

string

Remarks

This property is only displayed when the TodayFormat is equal to text.

The text of the date itself will be displayed after it, and will use the format supplied to the DateFormat Property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also