DynamicCollectionBase.Item[Int32] Property
Gets or sets an object at the specified index. This property is implemented to support the IList interface.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v26.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An index of the object to be returned. |
Property Value
| Type | Description |
|---|---|
| Object | An object at the specified index. |
See Also