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

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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public void Reset()

Remarks

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

See Also