Skip to main content
.NET 6.0+

SecurityModule.Setup(XafApplication) Method

Configures the XAF application to operate with the Security module.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.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