Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SmartPasteBehavior.SmartPasteAsync(String) Method

Assigns the right values from the specified string to the appropriate items.

Namespace: DevExpress.AIIntegration.WinForms

Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll

NuGet Package: DevExpress.AIIntegration.WinForms

#Declaration

public Task SmartPasteAsync(
    string inputText
)

#Parameters

Name Type Description
inputText String

The source string.

#Returns

Type Description
Task

The task.

#Remarks

You can also use the SmartPasteBehavior.SmartPasteAsync() method to assign the right values (from the clipboard) to the appropriate items.

Read the following help topic for additional information: Smart Paste AI-powered Extension.

See Also