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

IWindowsUIViewController.Back() Method

Navigates back from the currently viewed screen to the upper level.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool Back()

Returns

Type Description
Boolean

true if navigation to the upper level was successful; otherwise, false.

Remarks

The Back method navigates from the currently viewed object to its parent Content Container. This method can be performed at runtime via the corresponding button on the Navigation Bars.

Use the IWindowsUIViewController.Home method instead to navigate to the top-most level.

See Also