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.
    CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
    DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
    Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
    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.
    IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
    IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
    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