AboutInfo.GetAboutInfoString(XafApplication) Method
Returns the AboutInfoString for the specified application.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
application | XafApplication | An XafApplication for that AboutInfoString should be returned. |
Returns
Type | Description |
---|---|
String | A string value that is the AboutInfoString for the specified application. |
See Also