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

Determines the border color of the date header for each date.

Syntax

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

Property Value

Color

Remarks

This property is only valid if the DateHeaderBorder Property is set to Regular or RoundedEdge.

Requirements

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

See Also