Scheduler for WPF | ComponentOne
C1.WPF.Schedule 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 Date()
    public DateTime[] Dates {get; set;}
    See Also