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

Determines if the control will paint the text of the week summary or if the developer will.

Syntax

Visual Basic (Declaration) 
Public Property PaintText As Boolean
C# 
public bool PaintText {get; set;}

Property Value

Boolean

Remarks

Setting this property to false will suppress the default rendering of the week summary by the control, allowing the developer to render their own.

Requirements

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

See Also