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

WinRTLiveTileManager.IsStartScreenAvailable Property

Gets whether the Windows Start Screen is available on the machine, running the application with this WinRTLiveTileManager.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true, if the Windows Start Screen is available on the machine, running the application with this WinRTLiveTileManager; otherwise, false.

Remarks

Primarily, the IsStartScreenAvailable property determines whether or not your application is running under the Windows 8 operating system. Additionally, you can use the WinRTLiveTileManager.CheckWinRTAppInstalled method that checks whether the DevExpress Live Tile Manager application is installed.

See Also