# Titanium.UI.iOS.ListViewCellSelectionStyle

A set of constants for the style that can be used for the selectionStyle property of a ListItem, which is set in the properties dictionary of either the ListDataItem or ItemTemplate.

Availability
5.4.0
9.2.0

DEPRECATED SINCE 10.1.0

Use <Titanium.UI.SELECTION_STYLE_*> instead.

# Properties

# apiName READONLY

Availability
5.4.0
9.2.0
apiName :String

The name of the API that this proxy corresponds to.

The value of this property is the fully qualified name of the API. For example, Titanium.UI.Button returns Ti.UI.Button.

# Constants

# BLUE

Availability
5.4.0
9.2.0
BLUE :Number

The cell when selected has a blue background. This is the default value.


# GRAY

Availability
5.4.0
9.2.0
GRAY :Number

The cell when selected has a gray background.


# NONE

Availability
5.4.0
9.2.0
NONE :Number

The cell has no distinct style for when it is selected.