GridItem::Parent Property

 

When overridden in a derived class, gets the parent GridItem of this GridItem, if any.

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

public:
property GridItem^ Parent {
	virtual GridItem^ get() abstract;
}

Property Value

Type: System.Windows.Forms::GridItem^

A GridItem representing the parent of the GridItem.

If the GridItemType for the GridItem is GridItemType::Root, this value will be null.

.NET Framework
Available since 1.1
Return to top
Show: