Skip to main content
.NET 6.0+

ViewVariantsModule.Setup(XafApplication) Method

Sets up the ViewVariantsModule module after it has been added to the XafApplication.Modules collection.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v23.2.dll

Declaration

public override void Setup(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that provides methods and properties to manage the current application. This parameter value is set for the ModuleBase.Application property.

Remarks

Subscribes to the XafApplication.SetupComplete event and initializes the ViewVariantsModule.VariantsProvider and ViewVariantsModule.FrameVariantsEngine properties by the ModelVariantsProvider and FrameVariantsEngine objects respectively, if these properties are not yet initialized.

See Also