Back to Devexpress

SmartPasteRequest.ItemInfo.Description Property

corelibraries-devexpress-dot-aiintegration-dot-extensions-dot-smartpasterequest-dot-iteminfo-22815004.md

latest1.3 KB
Original Source

SmartPasteRequest.ItemInfo.Description Property

Gets or sets a description of the item or supplies additional context.

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

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

Property Value

TypeDescription
String

A string that describes the expected content and/or data format for the item.

|

See Also

SmartPasteRequest.ItemInfo Class

SmartPasteRequest.ItemInfo Members

DevExpress.AIIntegration.Extensions Namespace