.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.propgrid.PGNumericValidationMode: ========================================================================================================================================== |phoenix_title| **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. ================================================================================ ================================================================================ |