TdxGanttControlDataModelProperties.WeekStartDay Property
In This Article
Specifies the first day of the week.
#Declaration
Delphi
property WeekStartDay: TDay read; write;
#Property Value
Type | Description |
---|---|
TDay | Enumerates days of the week. |
#Remarks
Use this property to specify the day when a week begins. The recurring task number depends on the week’s start day.
See Also