Search
ListItem Properties
 


 Public Properties

  Name Description

bounds

Gets the bounds of this ListItem.

contentElement

Gets a reference to the item's content element.

cssClass

Gets or sets the css class of this ListItem.

data

Gets or sets an object, holding custom user data.

dataIndex

Gets or sets the unique index of this item.

element

Gets a reference to the item's DOM element.

enabled

Gets or sets a value indicating whether user interactions are allowed for this item.

imageSrc

Gets or sets the URL of the image displayed by this item.

interactive

Gets or sets a value indicating whether drag and drop operations are allowed for this ListItem.

loaded

Gets a value indicating whether this item is loaded and ready for interaction.

selected

Gets a value indicating whether the item is selected.

size

Gets or sets the size of this item.

template

Gets or sets an HTML string, representing the template. (Inherited from TemplatedItem.)

title

Gets or sets the display text of this item.

tooltip

Gets or sets the tooltip of this ListItem.

visible

Gets or sets the visibility of this ListItem.

 See Also