SchedulerViewBase.GetVisibleIntervals() Method
In This Article
Returns a copy of the visible time interval collection for the current view.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public TimeIntervalCollection GetVisibleIntervals()
#Returns
Type | Description |
---|---|
Time |
A Time |
See Also