TcxSchedulerOptionsView.StartOfWeek Property
In This Article
Specifies the day, which will be treated as the first day in each week.
#Declaration
Delphi
property StartOfWeek: TcxStartOfWeek read; write; default swSystem;
#Property Value
Type | Default |
---|---|
Tcx |
sw |
#Remarks
Days of the week are specified by the TcxStartOfWeek enumeration.
See Also