Official Content

To determine the background color of a grid column title.

Syntax

Control.TitleBackColor = Expression

Type Returned:
Numeric

Where:
Control
    Is the name of a control inserted in the form.

Expression
    Is a numeric representing an RGB color.

Default Value = ‘White’

Description

This property only applies when BackColorStyle property has the "Header" or "Report" value.

This property applies at design time and at execution time.

Note

As since GeneXus 15, the Title Back Color property is available in the Theme.

Example

gridcol.TitleBackColor = RGB(0, 255, 0)

This will set the column’s title backcolor to green.

Scope

Objects: Transactions, Web Panels
Controls: Grid's columns
Languages: .NET, Java, Ruby (up to GeneXus X Evolurion 3)
Interfaces: Web

See Also

BackColorStyle Property
LinesBackColor Property
LinesBackColorEven Property
TitleBackColor Property







Last update: April 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant