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

WinRTLiveTileManager.HasPinnedTile Property

Checks whether the current WinRTLiveTileManager has its associated Live Tile pinned to the Windows 8 Start Screen.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public bool HasPinnedTile { get; }

Property Value

Type Description
Boolean

true, if the current WinRTLiveTileManager has its associated Live Tile pinned to the Windows 8 Start Screen; otherwise, false.

Remarks

The HasPinnedTile property allows you to check whether a Live Tile for your application is currently pinned to the Windows 8 Start Screen before updating its content via the WinRTLiveTileManager.UpdateTile, WinRTLiveTileManager.UpdateBadge or WinRTLiveTileManager.ClearTile methods.

See Also