Skip to main content
Bar

BarItemLinkCollection.RemoveAt(Int32) Method

Removes the link at the specified position from the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void RemoveAt(
    int index
)

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