TcxSchedulerTimeGridView.WorkTimeOnly Property
Specifies whether only working hours are displayed in the scheduling area.
Declaration
property WorkTimeOnly: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the WorkTimeOnly property to True to show only the times, which fall within the time range specified by the scheduler’s OptionsView.WorkStart and OptionsView.WorkFinish properties.
The default value of the WorkTimeOnly property is False.
See Also