Gets a collection of all dates visualized in the timetable.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateCollection Dates { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Dates As DateCollection |
An instance of the DateCollection class specifying which dates to display as columns in the timetable view. This property cannot be null (Nothing in Visual Basic).
See Also