BarItemLinkReadOnlyCollection.Item[Int32] Property
In This Article
Provides indexed access to individual links.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BarItemLink this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer specifying the desired link’s position within the collection. |
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also