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

AboutInfo.Init(XafApplication) Method

Initializes the AboutInfo instance.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public void Init(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that is the current application.

Remarks

The Init method is invoked by the AboutInfoController and AboutInfoControl before showing the about information on the current application. This method initializes the AboutInfo object’s properties with the values of the corresponding properties from the Application Model’s Application node (see IModelApplication). However, if you set the AboutInfo object’s properties in code, the values that are set by this method won’t be considered.

Use this method if you implement a custom Controller or control to show information on the current application in a custom manner.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Init(XafApplication) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also