Skip to main content

IWindowsUIViewController.Home() Method

Navigates from the currently viewed screen to the top-most level.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool Home()

Returns

Type Description
Boolean

true if navigation to the top-most level was successfully performed; otherwise, false.

Remarks

The Home method brings you to the screen displayed at the application start-up. To navigate from the currently viewed screen to the upper level (not the top-most one), use the IWindowsUIViewController.Back method instead. End-users can perform both of these methods via corresponding actions on Navigation Bars.

See Also