SelectedDate Property (FlexDateChooser)

Action

Gets the date as selected in the DateChooser control.

Syntax

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

Access

Read only.