A newer version of this page is available.
Switch to the current version.
DayViewTimeCells.VisibleTime Property
Gets or sets the visible time interval of the day.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v18.2.Reporting.dll
Declaration
public TimeOfDayInterval VisibleTime { get; set; }
Public Property VisibleTime As TimeOfDayInterval
Property Value
Type | Description |
---|---|
TimeOfDayInterval | A TimeOfDayInterval object, specifying the visible time interval. |
Remarks
The VisibleTime property enables you to limit the visible time in the schedule.
NOTE
The DayViewTimeCells.ShowWorkTimeOnly has priority over the VisibleTime settings. You can use the VisibleTime property to specify the visible time interval, only if the DayViewTimeCells.ShowWorkTimeOnly is set to false.
See Also
Feedback