DayView.ShowWorkTimeOnly Property
Gets or sets a value indicating if the scheduler display area is restricted to only working hours in a Day View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[DefaultValue(false)]
public bool ShowWorkTimeOnly { get; set; }
<DefaultValue(False)>
Public Property ShowWorkTimeOnly As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true to show data for working hours only; otherwise, false. |
Remarks
The working hours time interval in a Day View is specified via its DayView.WorkTime property.
NOTE
If the DayView.ShowWorkTimeOnly option is set to true, and the DayView.WorkTime and DayView.VisibleTime properties are set to different intervals, the Scheduler view displays an interval that is an intersection of the specified intervals.
See Also
Feedback