Skip to main content
All docs
V23.2

OLAPExpressionBinding(String) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public OLAPExpressionBinding(
    string expression
)

Parameters

Name Type
expression String
See Also