Skip to main content
All docs
V25.1
  • SmartPasteBehavior Class

    SmartPaste analyzes the content you copy and intelligently assigns the right values to the appropriate fields or row cells in grid cells and form fields.

    Namespace: DevExpress.AIIntegration.WinForms

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

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    public sealed class SmartPasteBehavior :
        Behavior<ISmartPasteBehaviorSource>

    Remarks

    “SmartPaste” is an AI-powered feature that transforms the traditional copy-and-paste process into a smarter, more efficient tool. Designed to improve productivity, SmartPaste analyzes the content you copy and intelligently assigns the right values to the appropriate fields or row cells in the DevExpress Data Grid and LayoutControl-driven forms.

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

    Inheritance

    Object
    DevExpress.Utils.MVVM.BehaviorBase
    DevExpress.Utils.Behaviors.Behavior
    DevExpress.Utils.Behaviors.Behavior<DevExpress.AIIntegration.WinForms.ISmartPasteBehaviorSource>
    SmartPasteBehavior
    See Also