Skip to main content

CustomCheckCompatibilityEventArgs.ApplicationName Property

Specifies the application’s name. Use this parameter to compare the actual application name with the application name in the database.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string ApplicationName { get; }

Property Value

Type Description
String

The application’s name.

See Also