Gets or sets the currently selected date.
This is a dependency property.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public DateTime SelectedDate { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Property SelectedDate As DateTime Get Set |
Remarks
Changing this property may also change the Year and/or
Month property values, which in turn will cause a refreshing
of the control UI so as to represent an updated month of a year.
Use this property when MaxSelectionCount is set to 1.