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<Smart |
Information about items involved in the Smart Paste operation. |