BackTransparent property

This property returns or sets whether the background of a row is transparent. Specifying true means that no background color is used in this row. Specifying false uses the background color specified by the BackColor property.

Defined in

TextTableRow

Data type

boolean

Syntax

public boolean isBackTransparent()
public void setBackTransparent(boolean backTransparent)

See examples

Example: BackTransparent property