The following tables list the members exposed by PropertyGridEditorDefinition.
Name | Description | |
---|---|---|
PropertyGridEditorDefinition Constructor |
Name | Description | |
---|---|---|
Category | Returns/sets the Category of properties that should use this editor definition. | |
EditTemplate | Returns/sets the DataTemplate to use when the editor is in edit mode. | |
ReadOnlyTemplate | Returns/sets the DataTemplate to use when the property is read only. | |
ReadOnlyTemplateIsEnabled | Returns/sets the value of the IsEnabled property on root element of the ReadOnlyTemplate. The default is false. | |
TargetProperties | Returns/sets the list of property names that should use this editor definition. | |
TargetType | Returns/sets the Type of properties that should use this editor definition. | |
TemplateSelector | Returns/sets a DataTemplateSelector implementation that will return the DataTemplate to use for displaying/editing the property value. |