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

BarItems.RemoveAt(Int32) Method

Removes the BarItems item at the specified position.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public virtual void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The zero-based index of the item to remove.

See Also