GridItem Class
Implements one row in a PropertyGrid.
For a list of all members of this type, see GridItem Members.
System.Object
System.Windows.Forms.GridItem
[Visual Basic] MustInherit Public Class GridItem [C#] public abstract class GridItem [C++] public __gc __abstract class GridItem [JScript] public abstract class GridItem
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Grid items represent the hierarchy of the view into a PropertyGrid. You can use a GridItem to obtain information about the grid's state and contents. GridItem objects should not be cached because they represent a snapshot of the state of the PropertyGrid at the time they are accessed, and grid activity might dispose them. The PropertyGrid often recreates GridItem objects internally without changing the view to the user.
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)