DayView.VisibleTime Property
In This Article
Gets or sets the time of the view’s day interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeOfDayInterval VisibleTime { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
Note
If the DayDay
properties are set to different intervals, the Scheduler view displays an interval that is an intersection of the specified intervals.
See Also