Skip to main content
All docs
V25.1
  • SmartPasteRequest.Data Property

    Gets or sets the raw data that is processed in a Smart Paste operation.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public string Data { get; set; }

    Property Value

    Type Description
    String

    Raw data that is processed in a Smart Paste operation.

    See Also