Skip to main content

RibbonMiniToolbarCollection.Remove(RibbonMiniToolbar) Method

Removes the specified element from the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Remove(
    RibbonMiniToolbar miniToolbar
)

Parameters

Name Type Description
miniToolbar RibbonMiniToolbar

A RibbonMiniToolbar object to be removed from the collection.

See Also