PivotGridAppearancesBase(PivotGridViewInfoData) Constructor
In This Article
Initializes a new instance of the PivotGridAppearancesBase class. For internal use.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Parameters
Name | Type |
---|---|
data | DevExpress. |
#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