Skip to main content

TileGroupCollection.Contains(TileGroup) Method

Gets if the specific TileGroup presents within the current TileGroupCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    TileGroup group
)

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