Skip to main content

PrintAppearance.Reset() Method

Resets the properties of all the appearance objects within the collection to their default values.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v22.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public void Reset()

Remarks

This method calls the AppearanceObject.Reset method for each element within the collection.

See Also