Allows assigning a style to the Grid.
control. BackColorStyle
Where:
control
Is the name of a control inserted in the form.
None | The Grid is not going to have a particular style, but it will have the design of the form or control that contains it. This is the default value. |
Uniform | It allows specifying a single color for the Grid's background (the title as well as the lines). |
Header | It allows specifying a color for the background of the Grid's titles and another one for its lines. The properties are LinesBackColor and TitleBackColor. |
Report | It allows specifying a color for the background of the titles and alternate colors for the even and odd lines of the Grid. The properties are LinesBackColor, LinesBackColorEven and TitleBackColor. |
As of GeneXus 15, the Background Color Style property is configured in the Theme.
This property applies both at run-time and at design-time.
Objects: Procedure, Transaction, Web Panel
Platforms: Web(.Net, Java)
Controls: FreeStyle Grid, Grid
BackColor property
Lines Back Color property
LinesBackColorEven Property
TitleBackColor Property