Version

PropertyGridEditorDefinition Class Members

The following tables list the members exposed by PropertyGridEditorDefinition.

Public Constructors
Public Properties
 NameDescription
Public PropertyCategoryReturns/sets the Category of properties that should use this editor definition.  
Public PropertyEditTemplateReturns/sets the DataTemplate to use when the editor is in edit mode.  
Public PropertyReadOnlyTemplateReturns/sets the DataTemplate to use when the property is read only.  
Public PropertyReadOnlyTemplateIsEnabledReturns/sets the value of the IsEnabled property on root element of the ReadOnlyTemplate. The default is false.  
Public PropertyTargetPropertiesReturns/sets the list of property names that should use this editor definition.  
Public PropertyTargetTypeReturns/sets the Type of properties that should use this editor definition.  
Public PropertyTemplateSelectorReturns/sets a DataTemplateSelector implementation that will return the DataTemplate to use for displaying/editing the property value.  
See Also