Version

PropertyGridTemplateSelectorContext Class Members

The following tables list the members exposed by PropertyGridTemplateSelectorContext.

Public Properties
 NameDescription
Public PropertyEditTemplateReturns the PropertyGridEditorDefinition.EditTemplate set on the PropertyGridEditorDefinition associated with the property whose DataTemplate is being selected. This value can be null. The implementation of the SelectTemplate method should return this value if the PropertyGridEditorDefinition.EditTemplate should be used to display/edit the property value.  
Public PropertyPropertyItemReturns the PropertyGridPropertyItem associated with the property whose DataTemplate is being selected.  
Public PropertyReadOnlyTemplateReturns the ReadOnlyTemplate set on the PropertyGridEditorDefinition associated with the property whose DataTemplate is being selected. This value can be null. The implementation of the SelectTemplate method should return this value if the ReadOnlyTemplate should be used to display the property value.  
See Also