Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / SelectedDate Property

In This Topic
    SelectedDate Property (C1Calendar)
    In This Topic
    Gets or sets the currently selected date. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SelectedDate As Date
    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.
    See Also