Skip to main content

PivotGridAppearancesPrint(PivotGridViewInfoData) Constructor

Initializes a new instance of the PivotGridAppearancesPrint class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridAppearancesPrint(
    PivotGridViewInfoData data
)

Parameters

Name Type
data DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData

Remarks

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

See Also