Skip to main content

TileItemElementCollection.Contains(TileItemElement) Method

Determines whether this TileItemElementCollection contains the target element.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    TileItemElement element
)

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