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