Skip to main content
A newer version of this page is available. .

VisibleIntervalsChangedEventArgs.VisibleIntervals Property

Provides access to the currently displayed time cell intervals.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public IEnumerable<DateTimeRange> VisibleIntervals { get; }

Property Value

Type Description
IEnumerable<DateTimeRange>

A IEnumerable<T><DateTimeRange,> object that is the collection of visible time intervals.

Remarks

The number of items in the collection returned by the VisibleIntervals property depends on number of days, weeks or time intervals simultaneously displayed within the current view. These parameters are represented by the following properties:

See Also