TileNavButtonCollection.Remove(ITileNavButton) Method
Removes the first occurrence of a specific ITileNavButton from the TileNavButtonCollection.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
button | ITileNavButton | The ITileNavButton to remove from the TileNavButtonCollection. |
Remarks
If the button is not found in the TileNavButtonCollection, the TileNavButtonCollection remains unchanged and no exception is thrown.
See Also