Skip to main content
All docs
V25.1
  • 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, pivotGridField, pivotGridFieldValue Initializes a new instance of the FixedFieldValueCondition class with specified settings.
    See Also