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

WorkflowWindowsFormsModule.Setup(XafApplication) Method

Sets up the WorkflowWindowsFormsModule after it has been created.

Namespace: DevExpress.ExpressApp.Workflow.Win

Assembly: DevExpress.ExpressApp.Workflow.Win.v18.2.dll

Declaration

public override void Setup(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that manages an XAF application.

See Also