View.Close() Method
Closes a View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
Boolean | true if a View has been closed successfully; otherwise, false. |
Remarks
This method calls the other View.Close method overload, passing true as the checkCanClose parameter.
See Also