WinRTLiveTileManager.InitializeNavigation() Method
Allows you to control end-user navigation.
Namespace: DevExpress.XtraBars.WinRTLiveTiles
Assembly: DevExpress.XtraBars.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
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