RibbonPageGroupCollection.Remove(RibbonPageGroup) Method
In This Article
Removes the specified page group from the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void Remove(
RibbonPageGroup group
)
#Parameters
Name | Type | Description |
---|---|---|
group | Ribbon |
A Ribbon |
See Also