PivotItemFormatRule(DataItem, DataItem) Constructor
Initializes a new instance of the PivotItemFormatRule class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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