Skip to main content

XafApplication() Constructor

Creates an instance of the XafApplication class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v26.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public XafApplication()

Remarks

The WinApplication class creates an instance in a Windows Forms application. This class inherits from XafApplication. The application creates this instance when you start the corresponding application. You can check the Main method in the Windows Forms application for details.

Usually, you do not use this method. If you want to set custom values for the application’s settings, override the XafApplication.Setup method. The application calls this method after it creates an instance in the Main method.

See Also