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

WinRTLiveTileManager.InitializeNavigation() Method

Allows you to control end-user navigation.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static void InitializeNavigation()

Remarks

Calling the static InitializeNavigation methods makes it possible to handle the WinRTLiveTileManager.OnNavigated event, which can be used to obtain the Live Tile that an end-user clicked. See the WinRTLiveTileManager topic to learn more.

See Also