Skip to main content
All docs
V24.1

OLAPExpressionBinding(String) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public OLAPExpressionBinding(
    string expression
)

Parameters

Name Type
expression String
See Also