CellsItemFormatRule.DataItem Property
In This Article
Gets or sets a data item by whose values a format condition is checked.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Data |
null | A Data |
#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