Skip to main content

CellsItemFormatRule.DataItemApplyTo Property

Gets or sets a data item to whose values a format condition is applied.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
DataItem null

A DataItem descendant that specifies a data item to whose values a format condition is applied.

Remarks

Use the CellsItemFormatRule.DataItem property to specify a data item by whose values a format condition is checked.

The DashboardItemFormatRule.Condition property specifies the required format condition.

See Also