Skip to main content
All docs
V24.2

SmartPasteRequest.ItemInfo.Description Property

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

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public string Description { get; set; }

Property Value

Type Description
String

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

See Also