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

PivotGridControl.ClearFormatConditionsFromMeasure(PivotGridField) Method

Clear format conditions from the specified measure.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

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

Declaration

public void ClearFormatConditionsFromMeasure(
    PivotGridField measure
)

Parameters

Name Type Description
measure PivotGridField

A PivotGridField object that is a data field.

See Also