Skip to main content
All docs
V24.2

SmartPasteRequest.Data Property

Gets or sets the raw data that is processed in a Smart Paste operation.

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public string Data { get; set; }

Property Value

Type Description
String

Raw data that is processed in a Smart Paste operation.

See Also