Skip to content

pbUseAlternateRowBackgroundColor - cCJGrid

Specifies whether to use the piAlternateRowBackgroundColor to color the background of every second row

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbUseAlternateRowBackgroundColor
Access Type Syntax
Read Access: Get pbUseAlternateRowBackgroundColor to BooleanVariable
Write Access: Set pbUseAlternateRowBackgroundColor to BooleanVariable/Value

Description

When True, the Grid will color the background of every odd numbered row using the Color property and every even numbered row using the piAlternateRowBackgroundColor.

Default is False.