TcxSchedulerCustomWeekView.CompressWeekEnd Property
In This Article
Specifies whether the days in a weekend should be displayed together in one day cell.
#Declaration
Delphi
property CompressWeekEnd: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
If the value of the CompressWeekEnd property is set to True the days in a weekend are displayed together in one day cell in the scheduling area.
The default value of the CompressWeekEnd property is True.
See Also