Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V26.1
  • 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.

    See Also