SmartPasteBase Class
Defines the base API for Smart Paste functionality.
Namespace: DevExpress.AIIntegration.Blazor
Assembly: DevExpress.AIIntegration.Blazor.Common.v26.1.dll
Declaration
public abstract class SmartPasteBase :
DxComponentBase,
IDisposable
Remarks
DevExpress Blazor components can integrate AI-powered Smart Paste extensions that simplify data entry when information is copied from external sources. The extensions parse unstructured text (such as email content or free-form notes) and automatically populate matching fields/items/cells with extracted values.
Refer to the following help topic for additional information: AI-powered Smart Paste for Form Layout.
Inheritance
Object
ComponentBase
DxComponentBase
SmartPasteBase
See Also