NumericRangeValidationItemMinimumValue Property
Gets or sets the minimum value of the validation range.

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

Property Value

Type: Double
The minimum value.
See Also