.. 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.PGPropValFormatFlags: ========================================================================================================================================== |phoenix_title| **wx.propgrid.PGPropValFormatFlags** ========================================================================================================================================== The `PGPropValFormatFlags` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ Null No flags. FullValue Get/Store full value instead of displayed value. ReportError Perform special action in case of unsuccessful conversion. PropertySpecific EditableValue Get/Store editable value instead of displayed one (should only be different in the case of common values). CompositeFragment Used when dealing with fragments of composite string value. UneditableCompositeFragment Means property for which final string value is for cannot really be edited. ValueIsCurrent :meth:`wx.propgrid.PGProperty.ValueToString` called from :meth:`wx.propgrid.PGProperty.GetValueAsString` (guarantees that input `Variant` value is current own value) ProgrammaticValue Value is being set programmatically (i.e. ================================================================================ ================================================================================ |