Skip to main content

PivotGridFieldImageOptions(PivotGridField) Constructor

Initializes a new instance of the PivotGridFieldImageOptions class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridFieldImageOptions(
    PivotGridField owner
)

Parameters

Name Type Description
owner PivotGridField

A PivotGridField object that specifies the Pivot Grid field.

See Also