Back to Devexpress

SchedulerViewBase.GetVisibleIntervals() Method

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-schedulerviewbase-d9533c61.md

latest1.3 KB
Original Source

SchedulerViewBase.GetVisibleIntervals() Method

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

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public TimeIntervalCollection GetVisibleIntervals()
vb
Public Function GetVisibleIntervals As TimeIntervalCollection

Returns

TypeDescription
TimeIntervalCollection

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

|

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Web.ASPxScheduler Namespace