Skip to main content
All docs
V26.1
  • SmartSearchBehavior.GetItemDescription(DependencyObject) Method

    Gets the value of the SmartSearchBehavior.ItemDescription attached property for the specified SmartSearchBehavior.

    Namespace: DevExpress.AIIntegration.Wpf

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

    Declaration

    public static string GetItemDescription(
        DependencyObject element
    )

    Parameters

    Name Type Description
    element DependencyObject

    The item (a bar item or accordion item).

    Returns

    Type Description
    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