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

Gets or sets the type of border to place around the dates in the control.

Syntax

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

Property Value

dbi.enumBorderType

Remarks

When this property is set to Regular or RoundedEdge, the BorderColor Property will be applied to the border around the dates. 

Requirements

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

See Also