Skip to main content
.NET 6.0+

AboutInfo.GetAboutInfoString(XafApplication) Method

Returns the AboutInfoString for the specified application.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string GetAboutInfoString(
    XafApplication application
)

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