BarItemLinkReadOnlyCollection.Item[Int32] Property
Provides indexed access to individual links.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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