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

Gets or sets the foreground color of the trailing dates in the control.

Syntax

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

Property Value

Color

Remarks

This property is only visible when the TrailingDates property is set to true.

Requirements

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

See Also