Skip to main content

RibbonPageCollection.Remove(RibbonPage) Method

Removes the specified page from the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Remove(
    RibbonPage page
)

Parameters

Name Type Description
page RibbonPage

A RibbonPage object to remove from the collection.

See Also