Skip to main content
All docs
V25.1
  • FetchDataEventArgs.CancellationToken Property

    Gets an object that notifies that the current data load operation was cancelled during the asynchronous data fetch process.

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public CancellationToken CancellationToken { get; }

    Property Value

    Type Description
    CancellationToken

    Notifies that the current data load operation was cancelled during the asynchronous data fetch process.

    See Also