Back to Devexpress

SmartPasteRequest.Items Property

corelibraries-devexpress-dot-aiintegration-dot-extensions-dot-smartpasterequest-d1961a15.md

latest1.4 KB
Original Source

SmartPasteRequest.Items Property

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

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public IList<SmartPasteRequest.ItemInfo> Items { get; set; }
vb
Public Property Items As IList(Of SmartPasteRequest.ItemInfo)

Property Value

TypeDescription
IList<SmartPasteRequest.ItemInfo>

Information about items involved in the Smart Paste operation.

|

See Also

SmartPasteRequest Class

SmartPasteRequest Members

DevExpress.AIIntegration.Extensions Namespace