NumericRangeValidationItemMinimumValue Property |
Gets or sets the minimum value of the validation range.
Namespace: Geocortex.Forms.Client.Items.ValidationAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic double MinimumValue { get; set; }
Public Property MinimumValue As Double
Get
Set
Property Value
Type:
DoubleThe minimum value.
See Also