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
Declaration
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