GridItem::PropertyDescriptor Property

 

When overridden in a derived class, gets the PropertyDescriptor that is associated with this GridItem.

Namespace:   System.Windows.Forms
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
Return to top
Show: