Skip to main content

SchedulerViewBase.GetVisibleIntervals() Method

In This Article

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public TimeIntervalCollection GetVisibleIntervals()

#Returns

Type Description
TimeIntervalCollection

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

See Also