Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool IsVisibleInterval()

Returns

Type Description
Boolean

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

See Also