Skip to main content
A newer version of this page is available. .

AboutInfo.Instance Property

Provides access to the singleton of the AboutInfo class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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