SelectedDate Property (C1DateTimeSelector)
In This Topic
Gets or sets the date that is displayed as selected in this control.
Syntax
'Declaration
Public Property SelectedDate As System.Nullable(Of Date)
public System.Nullable<DateTime> SelectedDate {get; set;}
See Also