.. 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.PGInDialogValidator:
==========================================================================================================================================
|phoenix_title|  **wx.propgrid.PGInDialogValidator**
==========================================================================================================================================
Creates and manages a temporary :ref:`wx.TextCtrl`  for validation purposes. 
         
Uses :ref:`wx.propgrid.PropertyGrid`'s current editor, if available. 
          
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html
   
   
   Inheritance diagram for class 
PGInDialogValidator:
   
 
   
   
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.propgrid.PGInDialogValidator.__init__`                                
:meth:`~wx.propgrid.PGInDialogValidator.DoValidate`                              
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.propgrid.PGInDialogValidator(object)
   **Possible constructors**::
       PGInDialogValidator() -> None
       
   
   Creates and manages a temporary TextCtrl for validation purposes.
   .. method:: __init__(self)
      :rtype: `None`     
   .. method:: DoValidate(self, propGrid, validator, value)
      :param `propGrid`: 
      :type `propGrid`: wx.propgrid.PropertyGrid
      :param `validator`: 
      :type `validator`: wx.Validator
      :param `value`: 
      :type `value`: string
      :rtype: `bool`