# ListViewIndexEntry

A simple object that represents an index entry in a ListView.

Availability
3.2.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Overview

Used in conjunction with the Titanium.UI.ListView.sectionIndexTitles property of the List View.

# Properties

# index

Availability
3.2.0
9.2.0
index :Number

Section index associated with this title.


# title

Availability
3.2.0
9.2.0
title :String

Title to display in the index bar.