See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set the TableItemControl that the parent side of the relation is on. TableItemControl.Table must be equal to Relation.ParentTable.

Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0

Syntax

C#
public TableItemControl ParentItem { get; set; }
Visual Basic
Public Property ParentItem As TableItemControl
	Get
	Set
Visual C++
public:
property TableItemControl^ ParentItem {
	TableItemControl^ get ();
	void set (TableItemControl^ value);
}

Property Value

Type: TableItemControl

See Also