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

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

Syntax

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

Property Value

enumBorderType

Remarks

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

Requirements

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

See Also