Skip to main content
All docs
V24.1

OLAPExpressionBindingBase(String) Constructor

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

Namespace: DevExpress.PivotGrid.DataBinding

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

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

Declaration

public OLAPExpressionBindingBase(
    string expression
)

Parameters

Name Type
expression String
See Also