ConditionalAppearanceModule.Setup(XafApplication) Method
In This Article
Sets up the ConditionalAppearanceModule after it has been added to the XafApplication.Modules collection.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
#Declaration
public override void Setup(
XafApplication application
)
#Parameters
Name | Type | Description |
---|---|---|
application | Xaf |
An Xaf |
#Remarks
This method is not intended to be called from your code.
See Also