TdxGanttControlCalendar.WeekDays Property
In This Article
Provides access to the week day collection.
#Declaration
Delphi
property WeekDays: TdxGanttControlCalendarWeekDays read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
You can specify following day types in the calendar:
- A day between Sunday and Saturday.
- An exception. This is a day with a custom schedule.
Use this property to access a day of week and change its settings.
See Also