Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule 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