Gets or sets a date to which SelectedDayStyle will be applied.
[Visual Basic]
Public Property SelectedDate As
DateTime
[C#]
public
DateTime SelectedDate {get; set;}
Property Value
DateTime
A DateTime specifying the selected date.
Remarks
Gets or sets a date to which SelectedDayStyle will be applied. This property is the first element of SelectedDates.
Note Consider using SelectedDateString instead of this property if you want to use data binding expression. This property is of type DateTime, thus it can not accept null (or DbNull.Value) value.
See Also
Calendar Class | EO.Web Namespace