SchedulerViewInfoBase.VisibleIntervals Property
In This Article
Gets the visible intervals of the current view.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public TimeIntervalCollection VisibleIntervals { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
This property is intended for internal use only. Normally, you don’t need to use it.
See Also