Controls the background color of all rows, except the header row.
Property Type: 
Dynamic
Default Value: White
Hierarchical Reference: ControlName.RowBackgroundColor
This property require a system color name or a hexadecimal color value to be set.
The default value of the property can be changed by:
.| Row Background Colors Property Value | Result | 
|---|---|
| White | Changes the color of all rows to white | 
| #644B47 | Changes the color of all rows to be the color of the hexadecimal value #644B47 | 
| "WhiteSmoke|White|AliceBlue" | Applies WhiteSmoke to the first row, White to the second row and AliceBlue to the third row.
                     This pattern is repeated for all subsequent rows.  | 
| "#ffe0c0|#ffc080" | Applies #ffe0c0 to the first row and #ffc080 to the second row.
                     This pattern is repeated for all subsequent rows.  | 
Value can be controlled by a rule.