Skip to main content

CustomCheckCompatibilityEventArgs.IsCompatibilityChecked Property

Indicates whether a compatibility has already been checked.

The CustomCheckCompatibility event is raised many times when logging on to the application and when creating each Object Space. Use the IsCompatibilityChecked property to perform database checking on the first compatibility check only.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsCompatibilityChecked { get; }

Property Value

Type Description
Boolean

true, if the compatibility check has already been performed; false, if the compatibility check is being performed for the first time.

See Also