wx.propgrid.PGNumericValidationMode¶The PGNumericValidationMode enumeration provides the following values:
Description |
Value |
|---|---|
ErrorMessage |
Instead of modifying the value, show an error message. |
Saturate |
Modify value, but stick with the limitations. |
Wrap |
Modify value, wrap around on overflow. |