item Property

Summary

Gets or sets the item at the specified index.

Syntax
TypeScript
JavaScript
Object.defineProperty(LeadCollection.prototype, 'item', 
	get: function(), 
	set: function(value) 
) 
item: any; 

Property Value

The item at the specified index.

Remarks

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

This method raises the CollectionChanged event with Replace action.

Requirements

Target Platforms

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.