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

PivotItemFormatRule(DataItem, DataItem) Constructor

Initializes a new instance of the PivotItemFormatRule class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public PivotItemFormatRule(
    DataItem item,
    DataItem itemApplyTo
)

Parameters

Name Type Description
item DataItem

A DataItem descendant by whose values formatting is applied.

itemApplyTo DataItem

A DataItem descendant to which values formatting is applied.

See Also