Skip to main content
All docs
V24.1

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.v24.1.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