dbicMonth Send comments on this topic.
HeaderBorder Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : HeaderBorder Property

Gets or sets the type of border to place around the header section.

Syntax

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

Property Value

enumBorderType

Remarks

If this property Regular or RoundedEdge, the border color is defined by the BorderColor Property

Requirements

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

See Also