Skip to main content
All docs
V25.2
  • AIToolsBehavior.TargetDescription Property

    Gets or sets a human-readable explanation for the control (the target) to which the behavior is attached.

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public string TargetDescription { get; set; }

    Property Value

    Type Description
    String

    The target description.

    Remarks

    The AI looks for a registered object that matches the TargetDescription in the current context.

    <dxai:AIToolsBehavior
        ToolType="{x:Type local:GridTools}"
        TargetDescription="The grid control that displays contact information." />
    

    See the following help topic for more information: Tool Calling (AI Chat Control).

    See Also