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 layout items or grid/treelist cells.

    Namespace: DevExpress.AIIntegration.Wpf

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

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public class SmartPasteBehavior :
        AIBehavior

    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 WPF Data Grid, TreeList, and LayoutControl-driven forms.

    Smart Paste - WPF Data Grid and Layout Control, DevExpress

    Run Demo: Smart Paste - Data Grid

    Tip

    Refer to the following help topic for additional information and examples: Smart Paste.

    Inheritance

    Object
    DispatcherObject
    DependencyObject
    Freezable
    Animatable
    DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
    DevExpress.Mvvm.UI.Interactivity.Behavior
    DevExpress.Mvvm.UI.Interactivity.Behavior<DependencyObject>
    DevExpress.AIIntegration.Wpf.Internal.AIBehavior
    SmartPasteBehavior
    See Also