Skip to main content
All docs
V24.2

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.v24.2.dll

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