Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Win.Schedule Namespace / SelectionChangedEventArgs Class / Selection Property

In This Topic
    Selection Property (SelectionChangedEventArgs)
    In This Topic
    Gets an array of selected dates.
    Syntax
    'Declaration
     
    Public ReadOnly Property Selection As System.Date()
    public System.DateTime[] Selection {get;}
    See Also