| Class | Short Description | 
|---|---|
| Property that manages a list of strings. | |
| Basic property with boolean value. | |
| Allows to select a colour from the list or with colour dialog. | |
| Because text, background and other colours tend to differ between platforms, wx.propgrid.SystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one. | |
| Property representing wx.Cursor. | |
| Property representing wx.DateTime. | |
| Like wx.propgrid.LongStringProperty, but the button triggers directory selector instead. | |
| wx.propgrid.EnumProperty with String value and writable combo box editor. | |
| This is an abstract class which serves as a base class for the properties having a button triggering an editor dialog, like e.g. | |
| You can derive custom properties with choices from this class. | |
| Like wx.propgrid.LongStringProperty, but the button triggers file selector instead. | |
| Represents a bit set that fits in a long integer. | |
| Basic property with double-precision floating point value. | |
| Property representing wx.Font. | |
| Property representing image file(name). | |
| Basic property with integer value. | |
| Like wx.propgrid.StringProperty, but has a button that triggers a small text editor dialog. | |
| Property that manages a value resulting from wx.MultiChoiceDialog. | |
| This is an abstract class which serves as a base class for numeric properties, like wx.propgrid.IntProperty, wx.propgrid.UIntProperty, wx.propgrid.FloatProperty. | |
| A more comprehensive numeric validator class. | |
| wx.propgrid.PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e. | |
| Base class for wx.propgrid.PropertyGrid cell information. | |
| Base class for wx.propgrid.PropertyGrid cell renderers. | |
| Data of a single wx.propgrid.PGChoices choice. | |
| Helper class for managing choices of wx.propgrid.PropertyGrid properties. | |
| Default cell renderer, that can handles the common scenarios. | |
| Base class for custom wx.propgrid.PropertyGrid editors. | |
| Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed. | |
| Creates and manages a temporary wx.TextCtrl for validation purposes. | |
| This class can be used to have multiple buttons in a property editor. | |
| Contains information related to property’s OnCustomPaint. | |
| wx.propgrid.PGProperty is base class for all wx.propgrid.PropertyGrid properties and as such it is not intended to be instantiated directly. | |
| Used to convey validation information to and from functions that actually perform validation. | |
| Contains a list of editor windows returned by CreateControls. | |
| Category (caption) property. | |
| wx.propgrid.PropertyGrid is a specialized grid for editing properties - in other words name = value pairs. | |
| A property grid event holds information about events associated with wx.propgrid.PropertyGrid objects. | |
| Most of the shared property manipulation interface shared by wx.propgrid.PropertyGrid, wx.propgrid.PropertyGridPage, and wx.propgrid.PropertyGridManager is defined in this class. | |
| Base for wx.propgrid.PropertyGridIterator classes. | |
| wx.propgrid.PropertyGridManager is an efficient multi-page version of wx.propgrid.PropertyGrid, which can optionally have toolbar for mode and page selection, a help text box, and a header. | |
| Holder of property grid page information. | |
| Contains low-level property page information (properties, column widths, etc.) of a single wx.propgrid.PropertyGrid or single wx.propgrid.PropertyGridPage. | |
| Allows populating wx.propgrid.PropertyGrid from arbitrary text source. | |
| Basic property with string value. | |
| Has dropdown list of wxWidgets system colours. | |
| Basic property with integer value. | 
| Function | Short Description | 
|---|---|
| 
 | |
| Use PropertyGrid.DoRegisterEditor instead |