Back to Devexpress

PivotGridFormatConditionCollection Class

windowsforms-devexpress-dot-xtrapivotgrid-85267277.md

latest2.1 KB
Original Source

PivotGridFormatConditionCollection Class

A collection of style format conditions.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[ListBindable(false)]
public class PivotGridFormatConditionCollection :
    FormatConditionCollectionBase
vb
<ListBindable(False)>
Public Class PivotGridFormatConditionCollection
    Inherits FormatConditionCollectionBase

The following members return PivotGridFormatConditionCollection objects:

Remarks

The PivotGridFormatConditionCollection class supports legacy style format conditions. Instead of this feature, we suggest that you use the advanced conditional format rules to highlight cells matching your criteria. These format rules can be created with the PivotGridControl.FormatRules property.

Inheritance

Object CollectionBase FormatConditionCollectionBase PivotGridFormatConditionCollection

See Also

PivotGridFormatConditionCollection Members

FormatConditions

DevExpress.XtraPivotGrid Namespace