GridItem.Parent Property

Definition

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

public:
 abstract property System::Windows::Forms::GridItem ^ Parent { System::Windows::Forms::GridItem ^ get(); };
public abstract System.Windows.Forms.GridItem Parent { get; }
public abstract System.Windows.Forms.GridItem? Parent { get; }
member this.Parent : System.Windows.Forms.GridItem
Public MustOverride ReadOnly Property Parent As GridItem

Property Value

A GridItem representing the parent of the GridItem.

Remarks

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

Applies to

See also