Skip to main content
All docs
V26.1
  • OLAPExpressionBindingBase.Expression Property

    SECURITY-RELATED CONSIDERATIONS

    Do not build or assign a connection string from untrusted input (such as user-entered text). Always validate connection parameters to mitigate CWE-15-related security risks.

    Specifies a string expression for a Pivot Grid field.

    Namespace: DevExpress.PivotGrid.DataBinding

    Assembly: DevExpress.PivotGrid.v26.1.Core.dll

    Declaration

    [DefaultValue("")]
    public string Expression { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    A string expression.

    See Also