Skip to main content

IAsyncValidationContext.Options property

Namespace: NextDesign.Core

Description

Get validation options.
This validation option is a snapshot of the validation options specified during context creation.
Even if you change the setting for the option acquired here, it will not be reflected in the verification process.

ValidationOptionsOptions { get; }

type