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