Skip to main content
All docs
V25.2
  • SmartPasteSchedulerBehavior.SmartPasteAsync() Method

    Creates a new appointment and assigns the correct values (from the clipboard) to the appropriate appointment settings.

    Namespace: DevExpress.AIIntegration.WinForms

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

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    public Task SmartPasteAsync()

    Returns

    Type Description
    Task

    The task.

    Remarks

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

    See Also