VisibleIntervalsChangedEventArgs.VisibleIntervals Property
In This Article
Provides access to the currently displayed time cell intervals.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public IEnumerable<DateTimeRange> VisibleIntervals { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Date |
A IEnumerable |
#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