Back to Devexpress

FetchDataEventArgs.Interval Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-fetchdataeventargs-aaf60f4a.md

latest1.1 KB
Original Source

FetchDataEventArgs.Interval Property

Returns the time range for which to fetch the scheduler items.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DateTimeRange Interval { get; }
vb
Public ReadOnly Property Interval As DateTimeRange

Property Value

TypeDescription
DateTimeRange

A DevExpress.Mvvm.DateTimeRange value that specifies the time range for which to fetch the scheduler items.

|

See Also

FetchDataEventArgs Class

FetchDataEventArgs Members

DevExpress.Xpf.Scheduling Namespace