Skip to main content
All docs
V25.1
  • SmartPasteRequest.ItemInfo.Description Property

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

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.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