Back to Devexpress

SmartPasteRequest.Data Property

corelibraries-devexpress-dot-aiintegration-dot-extensions-dot-smartpasterequest-4b649e32.md

latest1.2 KB
Original Source

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.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public string Data { get; set; }
vb
Public Property Data As String

Property Value

TypeDescription
String

Raw data that is processed in a Smart Paste operation.

|

See Also

SmartPasteRequest Class

SmartPasteRequest Members

DevExpress.AIIntegration.Extensions Namespace