Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public bool IsVisibleInterval()

    Returns

    Type Description
    Boolean

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

    See Also