TileContainer.SetID(BaseTile, Int32) Method
In This Article
Sets an ID for a specific Tile within the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
tile | Base |
A Tile within the current Tile |
value | Int32 | An Int32 value that is the tile‘s ID. |
#Remarks
To get a specific Tile’s ID, use the TileContainer.GetID method instead.
See Also