AlternatingItemColors Property (FlexListBase)

Action

Gets the colors to use for the backgrounds of the items in the list.

The value is an array of two or more colors. The backgrounds of the list items alternate among the colors in the array. Used only if the backgroundColor property is not specified. The default value is undefined.

Syntax

C#
protected List(Of Color) alternatingItemColors { get; }
VB
'Declaration
Protected Read Property alternatingItemColors As List(Of Color)

Access

Read only.