BarItemLinkReadOnlyCollection.Item[Int32] Property
Provides indexed access to individual links.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | A zero-based integer specifying the desired link’s position within the collection. |
Property Value
| Type | Description |
|---|---|
| BarItemLink | A BarItemLink object or descendant representing the item link at the specified position. null (Nothing in Visual Basic) if the collection does not contain the link at the specified position. |
See Also