property ConditionalFormat.BarColor as Color
Specifies the color to be applied to bars if the conditional expression is accomplished.

TypeDescription
Color A color expression that indicates the color to show the bar that matches 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.
By default, the BarColor property is 0. The BarColor property has effect, if the ApplyToBars property points to valid bars. The ApplyToBars property specifies the list of bars that the current format is applied to. Use the ClearBarColor method to remove the color being set using previously the BarColor property. If the BarColor property is not set, it retrieves 0. The ItemBar(exBarColor) property specifies the color to show a particular bar. The BarOverviewColor property specifies the color to be applied to bars, in the overview portion of the control, if the conditional expression is accomplished. Use the BackColor property to change the background color for items or cells in the column when a certain condition is met. Use the ForeColor property to specify the foreground color for objects that match the criteria.

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