Skip to main content
.NET 6.0+

XafApplication.Setup(ExpressApplicationSetupParameters) Method

Initializes the newly created XafApplication class instance.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public void Setup(
    ExpressApplicationSetupParameters parameters
)

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