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

Gets or sets the text to be rendered by the control in the week summary.

Syntax

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

Property Value

String

Remarks

Assigning a new value to this property while PaintText is true, will cause the control to paint the supplied text value instead of the string it calculated.

Requirements

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

See Also