.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.propgrid.PGVIterator:

==========================================================================================================================================
|phoenix_title|  **wx.propgrid.PGVIterator**
==========================================================================================================================================





|phoenix_title| PGVIterator
===========================

Abstract implementation of a simple iterator. Can only be used to iterate in forward order, and only through the entire container. Used to have functions dealing with all properties work with both :ref:`wx.propgrid.PropertyGrid`  and :ref:`wx.propgrid.PropertyGridManager`.    




|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>PGVIterator</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.propgrid.PGVIterator_inheritance.svg" alt="Inheritance diagram of PGVIterator" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.propgrid.PGVIterator.html" title="===========================" alt="" coords="5,5,204,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.propgrid.PGVIterator.__init__`                                        
:meth:`~wx.propgrid.PGVIterator.AtEnd`                                           
:meth:`~wx.propgrid.PGVIterator.GetProperty`                                     
:meth:`~wx.propgrid.PGVIterator.Next`                                            
:meth:`~wx.propgrid.PGVIterator.UnRef`                                           
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.propgrid.PGVIterator.Property`                                        See :meth:`~wx.propgrid.PGVIterator.GetProperty`
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.propgrid.PGVIterator(object)

   **Possible constructors**::

       PGVIterator() -> None
       
       PGVIterator(it) -> None
       



   .. method:: __init__(self, *args, **kw)



      |overload| **Overloaded Implementations:**

      :html:`<hr class="overloadsep" /><br />`

      
      **__init__** `(self)`
      
      
      
      :rtype: `None`     
      
      
      
      
      
      
      
      :html:`<hr class="overloadsep" /><br />`

      
      **__init__** `(self, it)`
      
      
      
      
      :param `it`: 
      :type `it`: wx.propgrid.PGVIterator
      
      
      
      
      :rtype: `None`     
      
      
      
      
      
      
      
      :html:`<hr class="overloadsep" /><br />`






   .. method:: AtEnd(self)



      :rtype: `bool`








   .. method:: GetProperty(self)



      :rtype: :ref:`wx.propgrid.PGProperty`








   .. method:: Next(self)



      :rtype: `None`     








   .. method:: UnRef(self)



      :rtype: `None`     








   .. attribute:: Property

      See :meth:`~wx.propgrid.PGVIterator.GetProperty`

