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.v18.2.dll

Declaration

public void ClearFormatConditionsFromMeasure(
    PivotGridField measure
)

Parameters

Name Type Description
measure PivotGridField

A PivotGridField object that is a data field.

See Also