Skip to main content
Bar

BarItems.Remove(BarItem) Method

Removes an item from the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Remove(
    BarItem item
)

Parameters

Name Type Description
item BarItem

A BarItem descendant representing the item to remove.

Remarks

The Remove method does nothing if the specified item is not found in the collection.

See Also