Skip to main content

GridItemFormatRule(DataItem, DataItem) Constructor

Initializes a new instance of the GridItemFormatRule class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public GridItemFormatRule(
    DataItem item,
    DataItem itemApplyTo
)

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