SelectedDates Property (SLCalendar)

Class

SLCalendar.

Action

Gets a list of selected dates in the currently displayed view.

Syntax

C#
protected List(Of DateTime?) SelectedDates { get; }
VB
'Declaration
Protected Read Property SelectedDates As List(Of DateTime?)

Access

Read only.