TcxSchedulerCustomWeekView.HideWeekEnd Property
Specifies if the scheduling area hides non-work days.
Declaration
property HideWeekEnd: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | True if non-work days are hidden; otherwise, False. |
Remarks
The Week View’s DaysLayout property specifies the HideWeekEnd property behavior. The HideWeekEnd property has an effect in all grouping modes if the DaysLayout property is set to wdlOneColumn. Otherwise, the scheduling area hides non-work days only if it groups schedules by dates (that is, when the scheduler’s OptionsView.GroupingKind property is set to gkByDate).
The HideWeekEnd
property’s default value is False
.
See Also