diff --git a/PropertyGrid.md b/PropertyGrid.md index 519e8c4..7ec591f 100644 --- a/PropertyGrid.md +++ b/PropertyGrid.md @@ -307,7 +307,7 @@ Sometimes it is necessary to show the properties of a complex object. The Prope | IsCategorized | Gets or sets the layout of the PropertyGrid. | | IsReadOnly | Gets or sets a value indicating whether the property grid is read-only. | | NameColumnWidth | Gets or sets the width of the property name column. | -| Properties | Gets the current collection of generated PropertyItems. | +| Properties | Gets the current collection of generated PropertyItem instances. | | PropertyDefinitions | When **AutoGenerateProperties** = False, gets or sets the properties that will be generated by the PropertyGrid. | | SelectedObject | Gets or sets the current object the PropertyGrid is inspecting. | | SelectedObjectName | Gets or sets the **SelectedObject** name. |