RegexValidationItemIgnoreCase Property
Gets or sets a value indicating whether to perform case-insensitive matching.

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

Property Value

Type: Boolean
true if case-insensitive; otherwise, false.
See Also