VisibleIntervalsChangedEventArgs.VisibleDates Property
Provides access to the currently displayed dates.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<DateTime> | A IEnumerable<T><DateTime,> object that is the collection of visible dates. |
See Also