This property returns or sets the background color of the header or footer.
The value of this property is the decimal value of a color which you can using the RGB method in the Application class.
Defined in
Data type
int
Syntax
public int getBakcgroundColor() public void setBakcgroundColor(int color)
See examples