Skip to main content

TileContainer.SetID(BaseTile, Int32) Method

Sets an ID for a specific Tile within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetID(
    BaseTile tile,
    int value
)

Parameters

Name Type Description
tile BaseTile

A Tile within the current TileContainer whose ID is to be set.

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