Skip to main content
All docs
V25.1
  • SmartPasteBehavior.SmartPasteAsync(CancellationToken) Method

    Executes SmartPaste and assigns the right values (from the clipboard) to the appropriate items.

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public Task SmartPasteAsync(
        CancellationToken token = default(CancellationToken)
    )

    Optional Parameters

    Name Type Default Description
    token CancellationToken null

    The cancellation token that allows the operation to be canceled if needed.

    Returns

    Type Description
    Task

    The task.

    Remarks

    Refer to the following help topic for additional information and examples: Smart Paste.

    See Also