.. 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.PGPropertyValuesFlags: ========================================================================================================================================== |phoenix_title| **wx.propgrid.PGPropertyValuesFlags** ========================================================================================================================================== The `PGPropertyValuesFlags` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ DontRecurse Flag for `PropertyGridInterface.SetProperty` functions, :meth:`wx.propgrid.PropertyGridInterface.HideProperty` , etc. KeepStructure Flag for :meth:`wx.propgrid.PropertyGridInterface.GetPropertyValues` . Recurse Flag for `PropertyGridInterface.SetProperty` functions, :meth:`wx.propgrid.PropertyGridInterface.HideProperty` , etc. IncAttributes Flag for :meth:`wx.propgrid.PropertyGridInterface.GetPropertyValues` . RecurseStarts Used when first starting recursion. Force Force value change. SortTopLevelOnly Only sort categories and their immediate children. ================================================================================ ================================================================================ |