Back to Devexpress

PivotItemFormatRuleCollection Class

dashboard-devexpress-dot-dashboardcommon-525ba55c.md

latest2.2 KB
Original Source

PivotItemFormatRuleCollection Class

A collection of PivotItemFormatRule objects.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class PivotItemFormatRuleCollection :
    FormatRuleCollection<PivotItemFormatRule>
vb
Public Class PivotItemFormatRuleCollection
    Inherits FormatRuleCollection(Of PivotItemFormatRule)

The following members return PivotItemFormatRuleCollection objects:

Remarks

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

Inheritance

Object Collection<PivotItemFormatRule> NotifyingCollection<PivotItemFormatRule> NamedItemCollection<PivotItemFormatRule> FormatRuleCollection<PivotItemFormatRule> PivotItemFormatRuleCollection

See Also

PivotItemFormatRuleCollection Members

DevExpress.DashboardCommon Namespace