Home Search

DriveWorks Pro 21
Row Background Colors

Send Feedback

Row Background Colors

Controls the background color of all rows, except the header row.

Property Type: Dynamic

Default Value: White

Hierarchical Reference: ControlName.RowBackgroundColor

By default the row background color is set to the same value as the background color for the user form the control exists on.

This property require a system color name or a hexadecimal color value to be set.

To Change the Default Value

The default value of the property can be changed by:

  • Enter the required value directly into the enabled property field.
    1. Click in the property for the control to be changed.
    2. Type the required value directly into the property field.
  • Activate the rule builder.
    1. Click in the property for the control to be changed.
    2. Click the build button at the end of the property field to launch the rule builder .
    3. Enter the rule in the rule editor and click OK to apply.

Examples

Row Background Colors Property ValueResult
WhiteChanges the color of all rows to white
#644B47Changes 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.