GridItem Class
Implements one row in a PropertyGrid.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The GridItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Expandable | When overridden in a derived class, gets a value indicating whether the specified property is expandable to show nested properties. |
![]() | Expanded | When overridden in a derived class, gets or sets a value indicating whether the GridItem is in an expanded state. |
![]() | GridItems | When overridden in a derived class, gets the collection of GridItem objects, if any, associated as a child of this GridItem. |
![]() | GridItemType | When overridden in a derived class, gets the type of this GridItem. |
![]() | Label | When overridden in a derived class, gets the text of this GridItem. |
![]() | Parent | When overridden in a derived class, gets the parent GridItem of this GridItem, if any. |
![]() | PropertyDescriptor | When overridden in a derived class, gets the PropertyDescriptor that is associated with this GridItem. |
![]() | Tag | Gets or sets user-defined data about the GridItem. |
![]() | Value | When overridden in a derived class, gets the current value of this GridItem. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Select | When overridden in a derived class, selects this GridItem in the PropertyGrid. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
