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

    Gets or sets the information about items involved in the Smart Paste operation.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public IList<SmartPasteRequest.ItemInfo> Items { get; set; }

    Property Value

    Type Description
    IList<SmartPasteRequest.ItemInfo>

    Information about items involved in the Smart Paste operation.

    See Also