Skip to main content
All docs
V25.1
  • SmartSearchResponse.ItemInfo.Value Property

    Gets or sets a string associated with the item (for example, name, caption, etc.).

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public string Value { get; set; }

    Property Value

    Type Description
    String

    The value or content associated with the item.

    See Also