AboutInfo.Init(String, String, String, String, String, String, String, Version) Method
Initializes the AboutInfo instance.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
modelCompany | String | A string specifying the company that built the application. |
modelCopyright | String | A string specifying information about the company’s copyright. |
modelDescription | String | A string specifying information about the application. |
modelLogoImageName | String | A string specifying the name of the image with the logotype of the company that built the application. |
modelProductName | String | A string specifying the product name. |
modelVersionFormat | String | A string specifying the format which defines how the application’s version is displayed in the About Information block. |
modelAboutInfoString | String | A sting specifying a full information on the current application. This can be a format string or a plain text. |
applicationAssemblyVersion | Version | A Version object that is the version of the current application’s assembly. |
Remarks
This method sets the values passed as parameters for the corresponding private fields of the AboutInfo instance. This field values are then returned by the corresponding properties, if these properties have not been set directly in code.
This method is called by the other Init method overloads, which pass values of the Application node’s properties as the corresponding parameters.