Skip to main content
All docs
V26.1
  • FixedFieldValue(PivotGridFieldBase) Constructor

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

    Namespace: DevExpress.XtraPivotGrid

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

    Declaration

    public FixedFieldValue(
        PivotGridFieldBase dataField
    )

    Parameters

    Name Type Description
    dataField PivotGridFieldBase

    A PivotGridFieldBase object that specifies the data field.

    See Also