.. 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.PropertyGridIterator:
==========================================================================================================================================
|phoenix_title| **wx.propgrid.PropertyGridIterator**
==========================================================================================================================================
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
PropertyGridIterator:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.propgrid.PropertyGridIterator.__init__`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.propgrid.PropertyGridIterator(PropertyGridIteratorBase)
**Possible constructors**::
PropertyGridIterator() -> None
PropertyGridIterator(state : PropertyGridPageState, flags:
int=PG_ITERATE_DEFAULT, property: Optional[PGProperty]=None, dir: int=1)
-> None
PropertyGridIterator(state : PropertyGridPageState, flags : int,
startPos : int, dir: int=0) -> None
PropertyGridIterator(it : PropertyGridIterator) -> None
.. method:: __init__(self, *args, **kw)
|overload| **Overloaded Implementations:**
:html:`
`
**__init__** `(self)`
:rtype: `None`
:html:`
`
**__init__** `(self, state : PropertyGridPageState, flags: int=PG_ITERATE_DEFAULT, property: Optional[PGProperty]=None, dir: int=1)`
:param `state`:
:type `state`: wx.propgrid.PropertyGridPageState
:param `flags`:
:type `flags`: int
:param `property`:
:type `property`: wx.propgrid.PGProperty
:param `dir`:
:type `dir`: int
:rtype: `None`
:html:`
`
**__init__** `(self, state : PropertyGridPageState, flags : int, startPos : int, dir: int=0)`
:param `state`:
:type `state`: wx.propgrid.PropertyGridPageState
:param `flags`:
:type `flags`: int
:param `startPos`:
:type `startPos`: int
:param `dir`:
:type `dir`: int
:rtype: `None`
:html:`
`
**__init__** `(self, it : PropertyGridIterator)`
:param `it`:
:type `it`: wx.propgrid.PropertyGridIterator
:rtype: `None`
:html:`
`