This documentation is archived and is not being maintained.
GridItemType Enumeration
.NET Framework 1.1
Specifies the valid grid item types for a PropertyGrid.
[Visual Basic] <Serializable> Public Enum GridItemType [C#] [Serializable] public enum GridItemType [C++] [Serializable] __value public enum GridItemType [JScript] public Serializable enum GridItemType
Members
| 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. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: