Skip to main content
All docs
V24.2

SmartPasteRequest.Items Property

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

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.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