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

Gets or sets the line color between the header section and calendar section in the control.

Syntax

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

Property Value

Color

Remarks

This line will only be visible in the HeaderLine property is set to true.

Requirements

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

See Also