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

PivotGridFieldImageOptions(PivotGridField) Constructor

Initializes a new instance of the PivotGridFieldImageOptions class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public PivotGridFieldImageOptions(
    PivotGridField owner
)

Parameters

Name Type Description
owner PivotGridField

A PivotGridField object that specifies the Pivot Grid field.

See Also