From cd2c00a22ae0ea3f17de36e8c2d008fb26d092d6 Mon Sep 17 00:00:00 2001 From: XceedBoucherS Date: Mon, 14 Feb 2022 13:06:09 -0500 Subject: [PATCH] Updated PropertyGrid (markdown) --- PropertyGrid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. |