GridItem::GridItemType Property

 

When overridden in a derived class, gets the type of this GridItem.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property GridItemType GridItemType {
	virtual GridItemType get() abstract;
}

Property Value

Type: System.Windows.Forms::GridItemType

One of the GridItemType values.

For a GridItem of type GridItemType::Property, you must also ensure that the PropertyDescriptor has a valid value. For a GridItem of type GridItemType::Root the Parent property must be null.

.NET Framework
Available since 1.1
Return to top
Show: