ValidationResultIsValid Property
Gets a value indicating whether the value checked against the ValidationItem is valid.

Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public bool IsValid { get; }

Property Value

Type: Boolean
true if this instance is valid; otherwise, false.
See Also