Skip to main content

TileContainer.GetID(BaseTile) Method

Gets a specific Tile‘s ID.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
public int GetID(
    BaseTile tile
)

Parameters

Name Type Description
tile BaseTile

A Tile whose ID is to be obtained.

Returns

Type Default Description
Int32 0

An Int32 value that is the ID for a target Tile.

Remarks

Use the TileContainer.SetID method to set an ID for a specific Tile.

See Also