Back to Devexpress

SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-dot-setvisibleintervals-x28-devexpress-dot-xtrascheduler-dot-timeintervalcollection-x29.md

latest1.7 KB
Original Source

SchedulerViewBase.SetVisibleIntervals(TimeIntervalCollection) Method

Fills the visible time interval collection with new items.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.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 of the SchedulerViewBase visible intervals.

|

Remarks

A SetVisibleIntervals method call clears the collection of time intervals displayed by the current View and adds new intervals.

See Also

GetVisibleIntervals()

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace