SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method
Fills the visible time interval collection with new items.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public virtual void SetVisibleIntervals(
TimeIntervalCollection intervals
)
Public Overridable Sub SetVisibleIntervals(
intervals As TimeIntervalCollection
)
Parameters
| Name | Type | Description |
|---|---|---|
| intervals | TimeIntervalCollection | A TimeIntervalCollection object specifying a collection of the SchedulerViewBase visible intervals. |
See Also