Skip to main content

ValidationOptions.RaiseValidateEvents property

Namespace: NextDesign.Core

Description

Gets or sets whether to emit the On Model Validation event.
Default is true.
If false is specified, the model validation event will not be issued.

bool RaiseValidateEvents { get; set; }

types

  • bool