Skip to main content
A newer version of this page is available.

WinRTLiveTileManager.RemoveTile() Method

Unpins a Live Tile from the Windows 8 Start Screen.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void RemoveTile()

Remarks

The RemoveTile method emulates unpinning a Live Tile in the Live Tile Manager component (see the WinRTLiveTileManager.ShowLiveTileManager method). If an end-user pins the removed Live Tile back to the Start Screen, a Live Tile will be displayed with its default content, discarding all the changes made via the previous WinRTLiveTileManager.UpdateTile methods.

See Also