Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerCustomWeekView.HideWeekEnd Property

Specifies if the scheduling area hides non-work days.

#Declaration

Delphi
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