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

VisibleIntervalsChangedEventArgs.VisibleDates Property

Provides access to the currently displayed dates.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public IEnumerable<DateTime> VisibleDates { get; }

Property Value

Type Description
IEnumerable<DateTime>

A IEnumerable<T><DateTime,> object that is the collection of visible dates.

See Also