Skip to main content

SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method

In This Article

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
)

#Parameters

Name Type Description
intervals TimeIntervalCollection

A TimeIntervalCollection object specifying a collection of the SchedulerViewBase visible intervals.

See Also