DateTimeEditors for WinRT
SelectedDate Property (C1DatePicker)

Gets or sets the currently selected date.
Syntax
'Declaration
 
Public Property SelectedDate As System.Nullable(Of Date)
public System.Nullable<DateTime> SelectedDate {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe specified date is not in the range defined by DisplayDateStart and DisplayDateEnd, or the specified date is in the BlackoutDates collection.
See Also

Reference

C1DatePicker Class
C1DatePicker Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback