TcxSchedulerDayView.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 time blocks, which fall within the time range specified by the TcxSchedulerOptionsView.WorkStart and TcxSchedulerOptionsView.WorkFinish properties.
The default value of the WorkTimeOnly property is False.
See Also