GridItemType Enumeration
.NET Framework (current version)
Specifies the valid grid item types for a PropertyGrid.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| ArrayValue | The GridItem is an element of an array. | |
| Category | A grid entry that is a category name. A category is a descriptive grouping for groups of GridItem rows. Typical categories include the following Behavior, Layout, Data, and Appearance. | |
| Property | A grid entry that corresponds to a property. | |
| Root | A root item in the grid hierarchy. |
.NET Framework
Available since 1.1
Available since 1.1
Show: