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

RibbonMiniToolbarCollection.Remove(RibbonMiniToolbar) Method

Removes the specified element from the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void Remove(
    RibbonMiniToolbar miniToolbar
)

Parameters

Name Type Description
miniToolbar RibbonMiniToolbar

A RibbonMiniToolbar object to be removed from the collection.

See Also