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

Contains a collection of Dates which have been selected in the control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SelectedDates As DateTimeCollection
C# 
public DateTimeCollection SelectedDates {get;}

Property Value

DateTimeCollection

Requirements

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

See Also