VisibleIntervalsChangedEventArgs.VisibleIntervals Property
Provides access to the currently displayed time cell intervals.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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:
- Day View - DayView.DayCount;
- Work Week View - SchedulerControl.WorkDays;
- Timeline View - TimelineView.IntervalCount.
See Also