.. 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.PGSelectPropertyFlags:

==========================================================================================================================================
|phoenix_title|  **wx.propgrid.PGSelectPropertyFlags**
==========================================================================================================================================



The `PGSelectPropertyFlags` enumeration provides the following values:



================================================================================ ================================================================================
**Description**                                                                  **Value**
================================================================================ ================================================================================
Null                                                                             No flags. 
                     
Focus                                                                            Focuses to created editor. 
                     
Force                                                                            Forces deletion and recreation of editor. 
                     
Nonvisible                                                                       For example, doesn't cause EnsureVisible. 
                     
NoValidate                                                                       Do not validate editor's value before selecting. 
                     
Deleting                                                                         Property being deselected is about to be deleted. 
                     
SetUnspec                                                                        Property's values was set to unspecified by the user. 
                     
DialogVal                                                                        Property's event handler changed the value. 
                     
DontSendEvent                                                                    Set to disable sending of wxEVT_PG_SELECTED event. 
                     
NoRefresh                                                                        Don't make any graphics updates. 
                     
================================================================================ ================================================================================

|

