dbicCalendar Send comments on this topic.
ForeColor Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : ForeColor Property

Inherited property. Use the indivdual ForeColor properties for the section of control you wish to adjust the color of the text in.

Syntax

Visual Basic (Declaration) 
Overrides Public Property ForeColor As Color
C# 
public override Color ForeColor {get; set;}

Remarks

Will be used to draw text for DayFormats when they are not assigned a ForeColor, or on individual dates if no other color is found with DateHeader Property disabled.

Requirements

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

See Also