Back to Devexpress

SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-schedulerviewbase-dot-setvisibleintervals-x28-devexpress-dot-xtrascheduler-dot-timeintervalcollection-x29.md

latest1.9 KB
Original Source

SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method

Substitutes the visible time interval collection items with new ones.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public virtual void SetVisibleIntervals(
    TimeIntervalCollection intervals
)
vb
Public Overridable Sub SetVisibleIntervals(
    intervals As TimeIntervalCollection
)

Parameters

NameTypeDescription
intervalsTimeIntervalCollection

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

GetVisibleIntervals()

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Web.ASPxScheduler Namespace