Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeViewChangeEventArgs Class / Dates Property

In This Topic
    Dates Property (BeforeViewChangeEventArgs)
    In This Topic
    Gets or sets the range of dates which should be selected in the view.
    Syntax
    'Declaration
     
    Public Property Dates As System.Date()
    public System.DateTime[] Dates {get; set;}
    See Also