Skip to main content
A newer version of this page is available. .

PivotItemFormatRuleCollection Class

A collection of PivotItemFormatRule objects.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class PivotItemFormatRuleCollection :
    FormatRuleCollection<PivotItemFormatRule>

Remarks

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

See Also