Skip to main content
.NET 6.0+

AboutInfo.Instance Property

Provides access to the singleton of the AboutInfo class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static AboutInfo Instance { get; }

Property Value

Type Description
AboutInfo

An AboutInfo object.

Remarks

Use this property to get or set the properties of the AboutInfo singleton.

See Also