RasterList.setAltRows( isAltRows )
Specifies if table list items are displayed using alternating row colors.Parameters
| Name | Type | Description | |
|---|---|---|---|
| isAltRows | boolean | Trueenables alternate color in table list items;falseturns off this feature (default). | 
Returns
| Type | Description | 
|---|---|
| object | The list object. This allow for chaining multiple setter methods in one single statement. | 
