Skip to main content

TileGroupCollection.IndexOf(TileGroup) Method

Gets the position of the specified TileGroup in the current group collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int IndexOf(
    TileGroup group
)

Parameters

Name Type Description
group TileGroup

A TileGroup whose index is to be obtained.

Returns

Type Description
Int32

A zero-based Int32 value that is the index of the TileGroup in the current group collection.

Remarks

The IndexOf method returns the position of the specified TileGroup in the current group collection. If the group does not belong to the collection, the method returns -1.

See Also