GridItemFormatRule(DataItem, DataItem) Constructor
Initializes a new instance of the GridItemFormatRule class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | DataItem | A DataItem descendant that specifies the data item by whose values formatting is applied. |
itemApplyTo | DataItem | A DataItem descendant that specifies the data item to whose values formatting is applied. |
See Also