ListViewIndexEntry

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

Used in conjunction with the sectionIndexTitles property of the List View.

  • 3.2.0
  • 3.2.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

ListViewIndexEntry
index : Number

Section index associated with this title.

Section index associated with this title.

ListViewIndexEntry
title : String

Title to display in the index bar.

Title to display in the index bar.