Skip to main content
All docs
V25.1
  • .NET 8.0+

    AboutInfo.GetAboutInfoString(XafApplication) Method

    Returns the AboutInfoString for the specified application.

    Namespace: DevExpress.ExpressApp.SystemModule

    Assembly: DevExpress.ExpressApp.v25.1.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