Skip to main content
A newer version of this page is available. .

SecurityModule.Setup(XafApplication) Method

Configures the XAF application to operate with the Security module.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v18.2.dll

Declaration

public override void Setup(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that manages an XAF application.

Remarks

Generally, you do not need to call this method from your code.

See Also