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

Prefilter.Reset() Method

Sets settings provided by the Prefilter class to the default values.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public void Reset()

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also