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

Gets or sets the type of border to place around the selected date(s).

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 Regular or RoundedEdge then the border will be painted using the BorderColor Property.

Requirements

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

See Also