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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
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.