property ConditionalFormat.BackColor as Color
Retrieves or sets the background color for objects that match the condition.

TypeDescription
Color A color expression that indicates the background color for the object that match the criteria. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
Use the BackColor property to change the background color for items or cells in the column when a certain condition is met. The ChartBackColor property applies the specified background-color (in the chart section ) for items that verify the conditional expression. Use the ForeColor property to specify the foreground color for objects that match the criteria. Use the ClearBackColor method to remove the background color being set using previously the BackColor property. If the BackColor property is not set, it retrieves 0. The ApplyTo property specifies whether the ConditionalFormat object is applied to items or to cells in the column.

The following screen shot shows the control when the BackColor property is set:

The following screen shot shows the control when the BackColor and ChartBackColor properties are set: