TileGroupCollection.Contains(TileGroup) Method
Gets if the specific TileGroup presents within the current TileGroupCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| group | TileGroup | A TileGroup object to be tested. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specific TileGroup presents within the current TileGroupCollection; otherwise, false. |
Remarks
The Contains method determines if the specific tile belongs to the current tile items collection. See the Tile Groups and Items topic to learn more.
See Also