Skip to main content
A newer version of this page is available. .

FixedFieldValueCondition(String, PivotGridFieldBase, Object) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public FixedFieldValueCondition(
    string olapUniqueMemberName,
    PivotGridFieldBase field,
    object value
)

Parameters

Name Type
olapUniqueMemberName String
field PivotGridFieldBase
value Object
See Also