Back to Devexpress

FetchDataEventArgs.IsVisibleInterval() Method

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

latest1.2 KB
Original Source

FetchDataEventArgs.IsVisibleInterval() Method

Determines whether a specified interval is visible in the SchedulerControl at the current moment during the asynchronous data load.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsVisibleInterval()
vb
Public Function IsVisibleInterval As Boolean

Returns

TypeDescription
Boolean

true if a specified interval is visible; otherwise, false.

|

See Also

FetchDataEventArgs Class

FetchDataEventArgs Members

DevExpress.Xpf.Scheduling Namespace