PivotGridControl.ClearFormatConditionsFromMeasure(PivotGridField) Method
In This Article
Clear format conditions from the specified measure.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public void ClearFormatConditionsFromMeasure(
PivotGridField measure
)
#Parameters
Name | Type | Description |
---|---|---|
measure | Pivot |
A Pivot |
See Also