RibbonPageGroupCollection.Contains(RibbonPageGroup) Method
In This Article
Indicates whether the collection contains the specified group.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public bool Contains(
RibbonPageGroup group
)
#Parameters
Name | Type | Description |
---|---|---|
group | Ribbon |
A Ribbon |
#Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified group; otherwise, false. |
See Also