Skip to main content

FixedFieldValueCondition Constructors

A condition used to identify the column to pin.
Name Parameters Description
FixedFieldValueCondition(PivotGridFieldBase, Object) field, value Initializes a new instance of the FixedFieldValueCondition class with specified settings.
FixedFieldValueCondition(String, PivotGridFieldBase, Object) olapUniqueMemberName, field, value Initializes a new instance of the FixedFieldValueCondition class with specified settings.
See Also