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

    Gets an object that notifies that the current data load has been cancelled during the asynchronous data fetch. The CancellationToken property is used when the RefreshData() method is invoked.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public CancellationToken CancellationToken { get; }

    Property Value

    Type Description
    CancellationToken

    Notifies that the current data load has been cancelled during the asynchronous data fetch.

    See Also