TileItemElementCollection.Contains(TileItemElement) Method
Determines whether this TileItemElementCollection contains the target element.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | TileItemElement | A TileItemElement to be checked. |
Returns
| Type | Description |
|---|---|
| Boolean | true if this TileItemElementCollection contains the target element; otherwise, false. |
See Also