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

CellsItemFormatRule.DataItem Property

Gets or sets a data item by whose values a format condition is checked.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(null)]
public DataItem DataItem { get; set; }

Property Value

Type Default Description
DataItem *null*

A DataItem descendant that specifies a data item by whose values a format condition is checked.

Remarks

Use the CellsItemFormatRule.DataItemApplyTo property to specify the data item to whose values conditional formatting is applied. If the CellsItemFormatRule.DataItemApplyTo property is not specified, formatting is applied to DataItem values.

The DashboardItemFormatRule.Condition property specifies the required format condition.

See Also