Skip to main content

PivotItemFormatRuleCollection Class

A collection of PivotItemFormatRule objects.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class PivotItemFormatRuleCollection :
    FormatRuleCollection<PivotItemFormatRule>

The following members return PivotItemFormatRuleCollection objects:

#Remarks

The Pivot dashboard item exposes the PivotDashboardItem.FormatRules property that provides access to the PivotItemFormatRuleCollection collection.

See Also