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

    Gets a token that allows you to respond to a task cancellation request invoked by the GridControl.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public CancellationToken CancellationToken { get; }

    Property Value

    Type Description
    CancellationToken

    A cancellation token.

    See Also