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

PivotGridFieldAppearances(PivotGridField) Constructor

Initializes a new instance of the PivotGridFieldAppearances class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridFieldAppearances(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that represents the owner field.

Remarks

Instances of the PivotGridFieldAppearances class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also