Skip to main content
All docs
V23.2

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.v23.2.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