The following tables list the members exposed by PropertyGridTemplateSelectorContext.
Name | Description | |
---|---|---|
EditTemplate | Returns 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. | |
PropertyItem | Returns the PropertyGridPropertyItem associated with the property whose DataTemplate is being selected. | |
ReadOnlyTemplate | Returns 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. |