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

TileNavButtonCollection.Remove(ITileNavButton) Method

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

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