| CwxArrayEditorDialog | |
| CwxArrayStringProperty | Property that manages a list of strings |
| CwxBaseEnumProperty | Derive dynamic custom properties with choices from this class |
| CwxBoolProperty | Basic property with boolean value |
| CwxColourProperty | |
| CwxColourPropertyValue | Because text, background and other colours tend to differ between platforms, wxSystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one |
| CwxCursorProperty | Property representing wxCursor |
| CwxCustomProperty | This is a somewhat inefficient but versatile property class |
| CwxDateProperty | Property representing wxDateTime |
| CwxDirProperty | Like wxLongStringProperty, but the button triggers dir selector instead |
| CwxEditEnumProperty | WxEnumProperty with wxString value and writable combo box editor |
| CwxEnumProperty | You can derive custom properties with choices from this class |
| CwxFileProperty | Like wxLongStringProperty, but the button triggers file selector instead |
| CwxFlagsProperty | Represents a bit set that fits in a long integer |
| CwxFloatProperty | Basic property with double-precision floating point value |
| CwxFontProperty | Property representing wxFont |
| CwxImageFileProperty | Property representing image file(name) |
| CwxIntProperty | Basic property with integer value |
| CwxLongStringProperty | Like wxStringProperty, but has a button that triggers a small text editor dialog |
| CwxMultiChoiceProperty | Property that manages a value resulting from wxMultiChoiceDialog |
| CwxPGArrayStringEditorDialog | |
| CwxPGAttributeStorage | WxPGAttributeStorage is somewhat optimized storage for key=variant pairs (ie |
| CwxPGCell | Base class for simple wxPropertyGrid cell information |
| CwxPGCellRenderer | Base class for wxPropertyGrid cell renderers |
| CwxPGCheckBoxEditor | |
| CwxPGChoiceAndButtonEditor | |
| CwxPGChoiceEditor | |
| CwxPGChoiceEntry | Attributes of a single wxPGChoices choice |
| CwxPGChoiceInfo | |
| CwxPGChoices | Helper class for managing choices for properties |
| CwxPGChoicesData | |
| CwxPGComboBoxEditor | |
| CwxPGCommonValue | WxPropertyGrid stores information about common values in these records |
| CwxPGDefaultRenderer | Default cell renderer, that can handles the common scenarios |
| CwxPGEditor | Base for property editor classes |
| CwxPGEditorDialogAdapter | Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed |
| CwxPGFileDialogAdapter | |
| CwxPGGlobalVarsClass | |
| CwxPGInDialogValidator | Creates and manages a temporary wxTextCtrl for validation purposes |
| CwxPGLongStringDialogAdapter | |
| CwxPGMultiButton | This class can be used to have multiple buttons in a property editor |
| CwxPGPaintData | Contains information relayed to property's OnCustomPaint |
| CwxPGPropArgCls | Most property grid functions have this type as their argument, as it can convey a property by either a pointer or name |
| CwxPGProperty | WxPGProperty is base class for all wxPropertyGrid properties |
| CwxPGRootProperty | Root parent property |
| CwxPGStringTokenizer | |
| CwxPGTextCtrlAndButtonEditor | |
| CwxPGTextCtrlEditor | |
| CwxPGValidationInfo | Used to convey validation information to and from functions that actually perform validation |
| CwxPGVariantData | WxVariantData with additional functionality |
| CwxPGVIterator | Abstract implementation of a simple iterator |
| CwxPGVIteratorBase | Base class to derive new viterators |
| CwxPGWindowList | |
| CwxPropertyCategory | Category (caption) property |
| CwxPropertyGrid | WxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, fonts, and colours |
| CwxPropertyGridConstIterator | Const version of wxPropertyGridIterator |
| CwxPropertyGridEvent | A propertygrid event holds information about events associated with wxPropertyGrid objects |
| CwxPropertyGridHitTestResult | WxPropertyGridHitTestResult, a return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid |
| CwxPropertyGridInterface | In order to have most same base methods, both wxPropertyGrid and wxPropertyGridManager must derive from this |
| CwxPropertyGridIterator | Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage |
| CwxPropertyGridIteratorBase | Base for wxPropertyGridIterator classes |
| CwxPropertyGridManager | WxPropertyGridManager is an efficient multi-page version of wxPropertyGrid, which can optionally have toolbar for mode and page selection, and help text box |
| CwxPropertyGridPage | Holder of property grid page information |
| CwxPropertyGridPopulator | Allows populating wxPropertyGrid from arbitrary text source |
| CwxPropertyGridState | Contains information of a single wxPropertyGrid page |
| CwxStringProperty | Basic property with string value |
| CwxSystemColourProperty | Has dropdown list of wxWidgets system colours |
| CwxUIntProperty | Basic property with unsigned integer value |