Property ValidationMode
| Edit this page View SourceValidationMode
Gets or sets a value that specifies the input validation behavior to invoke when invalid input is entered.
Declaration
public NumberBoxValidationMode ValidationMode { get; set; }
Property Value
Type | Description |
---|---|
NumberBoxValidationMode | A value of the enumeration that specifies the input validation behavior to invoke when invalid input is entered. The default is InvalidInputOverwritten. |