SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method
In This Article
Fills the visible time interval collection with new items.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public virtual void SetVisibleIntervals(
TimeIntervalCollection intervals
)
#Parameters
Name | Type | Description |
---|---|---|
intervals | Time |
A Time |
#Remarks
A SetVisibleIntervals
method call clears the collection of time intervals displayed by the current View and adds new intervals.
See Also