Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DefaultContexts Enum

Contains values representing the default Validation Contexts.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v21.2.dll

Declaration

[Flags]
public enum DefaultContexts

Members

Name Description
Save

Specifies that the Validation Rule will be checked each time the required object (or its properties) is saved to a database.

Delete

Specifies that the Validation Rule will be checked when deleting the required object.

See Also