TileContainer.GetID(BaseTile) Method
Gets a specific Tile‘s ID.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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