DayView.VisibleTime Property
Gets or sets the time of the view’s day interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeOfDayInterval VisibleTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDayInterval | A TimeOfDayInterval object which specifies the time of the view’s day interval. |
Remarks
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