Skip to main content

VisibleIntervalsChangedEventArgs.VisibleDates Property

Provides access to the currently displayed dates.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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