SelectedDate Property (SLDatePicker)

Action

Gets the selected date or null (Nothing in Visual Basic) if no date is selected.

Syntax

C#
protected DateTime? SelectedDate { get; }
VB
'Declaration
Protected Read Property SelectedDate As DateTime?

Access

Read only.