dashboard-devexpress-dot-dashboardcommon-525ba55c.md
A collection of PivotItemFormatRule objects.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class PivotItemFormatRuleCollection :
FormatRuleCollection<PivotItemFormatRule>
Public Class PivotItemFormatRuleCollection
Inherits FormatRuleCollection(Of PivotItemFormatRule)
The following members return PivotItemFormatRuleCollection objects:
The Pivot dashboard item exposes the PivotDashboardItem.FormatRules property that provides access to the PivotItemFormatRuleCollection collection.
Object Collection<PivotItemFormatRule> NotifyingCollection<PivotItemFormatRule> NamedItemCollection<PivotItemFormatRule> FormatRuleCollection<PivotItemFormatRule> PivotItemFormatRuleCollection
See Also