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

FixedFieldValueCondition(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(
    PivotGridFieldBase field,
    object value
)

Parameters

Name Type
field PivotGridFieldBase
value Object
See Also