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

BarItems.Remove(BarItem) Method

Removes an item from the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

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