BarItemLinkCollection.RemoveAt(Int32) Method
Removes the link at the specified position from the collection.
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 index of the link to remove. If negative or exceeds the number of elements, an exception is raised. |
See Also