BaseListControlObjectCollectionItem Property

This is used to set or get items by index position

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object this[
	int index
] { get; set; }

Parameters

index  Int32
The index position of the item to set or get

Property Value

Object

Implements

IListItemInt32

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the index value is not within the bounds of the collection.
ArgumentExceptionThis is thrown if an attempt is made to set an item when a data source is in use.
ArgumentOutOfRangeExceptionThis is thrown if the index value is not within the bounds of the collection.

See Also