PivotGridFormatRuleCollection Class
In This Article
A collection of PivotGridFormatRule objects.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public class PivotGridFormatRuleCollection :
FormatRuleCollection<PivotGridFormatRule, PivotGridField>
#Related API Members
The following members return PivotGridFormatRuleCollection objects:
#Inheritance
See Also