Contents

usesAlternatingRowBackgroundColors

A Boolean value indicating whether the table view uses alternating row colors for its background.

Declaration

var usesAlternatingRowBackgroundColors: Bool { get set }

Return Value

true if the table view uses standard alternating row colors for the background, false if it uses a solid color.

Discussion

When the value of this property is true, the table uses the standard alternating row colors for the background. When the value is false, the table view uses a single solid color for the background.

See Also

Setting Display Attributes