RibbonMiniToolbarCollection.Contains(RibbonMiniToolbar) Method
Indicates whether the collection contains the specified item.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
miniToolbar | RibbonMiniToolbar | A RibbonMiniToolbar object to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified item; otherwise, false. |
See Also