Skip to main content
All docs
V25.1
  • ExpressionDataBinding(String) Constructor

    Initializes a new instance of the ExpressionDataBinding class with specified settings.

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public ExpressionDataBinding(
        string expression
    )

    Parameters

    Name Type Description
    expression String

    A string expression.

    See Also