Skip to main content
All docs
V24.2

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.v24.2.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