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

PivotGridAppearancesBase(PivotGridViewInfoData) Constructor

Initializes a new instance of the PivotGridAppearancesBase class. For internal use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridAppearancesBase(
    PivotGridViewInfoData data
)

Parameters

Name Type
data DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData

Remarks

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

See Also