BarItems.Remove(BarItem) Method
Removes an item from the collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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