GridItem::PropertyDescriptor Property
.NET Framework (current version)
When overridden in a derived class, gets the PropertyDescriptor that is associated with this GridItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property PropertyDescriptor^ PropertyDescriptor { virtual PropertyDescriptor^ get() abstract; }
Property Value
Type: System.ComponentModel::PropertyDescriptor^The PropertyDescriptor associated with this GridItem.
This property is only valid for a GridItem of type GridItemType::Property.
You can use this property to retrieve information such as the property type of the grid item, the name of the grid item, or the type converter for the grid item.
.NET Framework
Available since 1.1
Available since 1.1
Show: