Skip to main content

SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method

Substitutes the visible time interval collection items with new ones.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual void SetVisibleIntervals(
    TimeIntervalCollection intervals
)

Parameters

Name Type Description
intervals TimeIntervalCollection

A TimeIntervalCollection object representing a collection which replaces the content of the current SchedulerViewBase visible time intervals collection.

Remarks

Use the SetVisibleIntervals and SchedulerViewBase.GetVisibleIntervals methods to modify the visible time intervals collection.

See Also