Skip to main content

FetchDataEventArgs.IsVisibleInterval() Method

Determines whether the specified interval is visible in the Scheduler when data loads asynchronously.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public bool IsVisibleInterval()

Returns

Type Description
Boolean

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

See Also