windowsforms-devexpress-dot-xtrapivotgrid-85267277.md
A collection of style format conditions.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[ListBindable(false)]
public class PivotGridFormatConditionCollection :
FormatConditionCollectionBase
<ListBindable(False)>
Public Class PivotGridFormatConditionCollection
Inherits FormatConditionCollectionBase
The following members return PivotGridFormatConditionCollection objects:
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.
Object CollectionBase FormatConditionCollectionBase PivotGridFormatConditionCollection
See Also