SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method
Substitutes the visible time interval collection items with new ones.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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