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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool AllowOutOfRangeAutoCorrect { get; set; }
Public Property AllowOutOfRangeAutoCorrect As Boolean
Get
Set
public:
property bool AllowOutOfRangeAutoCorrect {
bool get ();
void set (bool value);
}
member AllowOutOfRangeAutoCorrect : bool with get, set
Property Value
Type:
BooleanThe default value is true
See Also