Skip to main content
All docs
V25.2
  • PromptToExpressionRequestBase.CurrentExpression Property

    Gets or sets an existing expression (filter or unbound column expression).

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public string CurrentExpression { get; set; }

    Property Value

    Type Description
    String

    The existing expression (filter or unbound column expression).

    See Also