Click or drag to resize
KaxNumericTextBoxMinValue Property

Gets or sets the smallest possible value of a KaxNumericTextBox.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual double MinValue { get; set; }

Property Value

Type: Double
The default value is negative -2^46.
See Also