Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkCollection.RemoveAt(Int32) Method

Removes the link at the specified position from the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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