IWindowsUIViewController.Exit() Method
In This Article
Closes the current application.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true if the application can be successfully closed; otherwise, false. |
#Remarks
An end-user can close the current application by clicking a corresponding button on a navigation bar. Note that the navigation bar action appears only if the application’s form has its FormBorderStyle set to None. See the Navigation Bars topic for details.
See Also