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

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

    Namespace: DevExpress.PivotGrid.DataBinding

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

    NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

    Declaration

    public OLAPExpressionBindingBase(
        string expression
    )

    Parameters

    Name Type
    expression String
    See Also