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

Determines if a line will be drawn between the header section and calendar section in the control.

Syntax

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

Property Value

Boolean

Remarks

The line color is defined in the HeaderLineColor property.

Requirements

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

See Also