Skip to main content

TcxSchedulerTimeGridView.WorkDaysOnly Property

Specifies whether only working days are displayed in the scheduling area.

Declaration

property WorkDaysOnly: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the WorkDaysOnly property to True to show only the days specified by the scheduler’s OptionsView.WorkDays property.

The default value of the WorkDaysOnly property is False.

See Also