[]
        
(Showing Draft Content)

C1.WPF.Schedule.CalendarBase.SelectedDate

SelectedDate Property

SelectedDate

Gets or sets the currently selected date. This is a dependency property.

Declaration
[Browsable(false)]
public DateTime SelectedDate { 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.