XafApplication.Setup(ExpressApplicationSetupParameters) Method
Initializes the newly created XafApplication class instance.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameters | DevExpress.ExpressApp.ExpressApplicationSetupParameters | An ExpressApplicationSetupParameters object which supplies settings used to configure the application. |
Remarks
Generally, you do not need to use this method overload. It is for internal use only. Instead, use one of the remaining method overloads; for instance, the overload used by default (without parameters).
See Also