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

GridItemFormatRule(DataItem) Constructor

Initializes a new instance of the GridItemFormatRule class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public GridItemFormatRule(
    DataItem item
)

Parameters

Name Type Description
item DataItem

A DataItem descendant that specifies the data item by whose values formatting is applied.

See Also