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.v19.1.dll

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