TileItemFrameCollection.Contains(TileItemFrame) Method
Gets if the specific TileItemFrame presents within the current TileItemFrameCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | TileItemFrame | A TileItemFrame object to be tested. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specific TileItemFrame presents within the current TileItemFrameCollection; otherwise, false. |
Remarks
The Contains method determines if the specific frame belongs to the current frame collection. To get a TileItemFrameCollection that contains all the tile item’s frames, use the TileItem.Frames property. See the Tile Animation topic to learn more about frame animation.
See Also