Skip to main content
.NET 6.0+

DefaultContexts Enum

Contains values representing the default Validation Contexts.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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