Skip to main content

TileNavButtonCollection.Remove(ITileNavButton) Method

Removes the first occurrence of a specific ITileNavButton from the TileNavButtonCollection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Remove(
    ITileNavButton button
)

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