ValidationResultIsValid Property |
Gets a value indicating whether the value checked against the
ValidationItem is valid.
Namespace: Geocortex.Forms.Client.Items.ValidationAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
Property Value
Type:
Booleantrue if this instance is valid; otherwise,
false.
See Also