Click or drag to resize
KaxNumericTextBoxAllowOutOfRangeAutoCorrect Property
Gets or sets whether the KaxNumericTextBox should autocorrect out of range values to valid values or leave them visible to the user and apply its InvalidStyle. If the InvalidStyle is applied, the control will have no value.

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

Property Value

Type: Boolean
The default value is true
See Also