MindFusion.Wpf Pack Programmer's Guide
TimetableSettings.Dates Property
See Also
 





Gets a collection of all dates visualized in the timetable.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public DateCollection Dates { get; set; }

Visual Basic  Copy Code

Public Property Dates As DateCollection

 Property Value

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

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Wpf Namespace