Skip to main content
All docs
V26.1
  • SmartSearchBehavior.SetItemDescription(DependencyObject, String) Method

    Sets the value of the SmartSearchBehavior.ItemDescription attached property to the specified SmartSearchBehavior.

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v26.1.dll

    Declaration

    public static void SetItemDescription(
        DependencyObject element,
        string value
    )

    Parameters

    Name Type Description
    element DependencyObject

    The item (a bar item or accordion item).

    value String

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

    Remarks

    See the following help topic for more information: Smart Search AI-powered Extension.

    See Also