Skip to main content

PivotItemFormatRule(DataItem) Constructor

Initializes a new instance of the PivotItemFormatRule class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public PivotItemFormatRule(
    DataItem item
)

Parameters

Name Type Description
item DataItem

A DataItem descendant by whose values formatting is applied.

See Also