GridItem Properties
.NET Framework 4.5
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. |