DayViewTimeCells.VisibleTime Property
Gets or sets the visible time interval of the day.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeOfDayInterval VisibleTime { get; set; }
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