Skip to main content
All docs
V26.1
  • PromptToExpressionBehavior Properties

    Converts natural language into valid filter and unbound column expressions for data-aware WPF controls.
    Name Description
    AugmentWithFunctionInfo Gets or sets whether to inject information about supported functions and operators into each user prompt. This is a dependency property.
    EnableInExpressionEditor Gets or sets whether to display the AI prompt control in the Expression Editor. This is a dependency property.
    EnableInFilterEditor Gets or sets whether to display the AI prompt control in the Filter Editor. This is a dependency property.
    HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
    PromptAugmentation Gets or sets additional instructions that modify the prompt before processing. This is a dependency property.
    RetryAttemptCount Gets or sets the number of subsequent attempts to generate a valid expression using the AI service after the initial failure. This is a dependency property.
    Temperature Gets or sets the balance between creativity and consistency in AI responses. This is a dependency property.
    See Also