Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1CalendarItem.DateTimeInfoCollection Class / SelectedValue Property

In This Topic
    SelectedValue Property
    In This Topic
    Gets or sets a DateTimeInfo object corresponding to the month and year which are currently displayed by the owning C1CalendarItem control.
    Syntax
    'Declaration
     
    
    Public Property SelectedValue As DateTimeInfo
    public DateTimeInfo SelectedValue {get; set;}
    See Also