Using the various EditorDefinitions provided with the PropertyGrid, you can easily customize and reuse the existing default editor to suit your needs. Style the editing element or use one of the common properties directly provided on the editor definition class. The provided editor definitions are the following:
EditorCheckBoxDefinition
EditorColorPickerDefinition
EditorFilePickerDefinition
EditorComboBoxDefinition
EditorDateTimeUpDownDefinition
EditorTextDefinition
EditorTemplateDefinition
And all numeric editor definitions:
EditorIntegerUpDownDefinition
EditorDoubleUpDownDefinition
This feature is only available in the "Plus" version.
Click here for more details about Toolkit Plus for WPF.
etc.