Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Item Property

Show in webframe
The 0-based index of the item to get or set.
Gets or sets the item at the specified index.
Syntax
get_item(index)item(index)set_item(index, value)item(index, value);

Parameters

ParameterTypeDescription
indexintThe 0-based index of the item to get or set.

Property Value

TypeDescription
ObjectThe item at the specified index.The item at the specified index.
Remarks

LeadCollection accepts null as a valid value for reference types and allows duplicate items.

This method raises the CollectionChanged event with Replace action.

See Also

Reference

LeadCollection Object
LeadCollection Members

Error processing SSI file