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

FormatConditionBase Class

Serves as a base for classes that represent format conditions.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public abstract class FormatConditionBase :
    DependencyObject,
    ISupportManager

Remarks

Conditional formatting allows you to change the appearance of data cells based on specific conditions. To specify a data field (measure) to which value conditional formatting is applied, use the FormatConditionBase.MeasureName property. Use the field’s PivotGridField.Name property value to refer to the field.

To apply conditional formatting, create a new instance of the required format condition type, specify its parameters and add it to the PivotGridControl.FormatConditions collection.

You can apply the rule to all data cells or specified row and column intersection.

See Also