Skip to main content
A newer version of this page is available. .

SchedulerViewBase.GetVisibleIntervals() Method

Returns a copy of the visible time interval collection for the current view.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public TimeIntervalCollection GetVisibleIntervals()

Returns

Type Description
TimeIntervalCollection

A TimeIntervalCollection object containing the information on visible intervals for the current view.

See Also