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

PivotGridControl.ClearFormatConditionsFromIntersection(PivotGridField, PivotGridField) Method

Clear format conditions from the specified intersection of row and column fields.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public void ClearFormatConditionsFromIntersection(
    PivotGridField rowField,
    PivotGridField columnField
)

Parameters

Name Type Description
rowField PivotGridField

A PivotGridField object that is a row field.

columnField PivotGridField

A PivotGridField object that is a column field.

See Also