Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / BeforeViewChangeEventArgs Class / Dates Property

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