See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the TableItemControl that the child side of the relation is on.
TableItemControl.Table must be equal to Relation.ChildTable.
Namespace: NTier.Model.FormsAssembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public TableItemControl ChildItem { get; set; } |
Visual Basic |
---|
Public Property ChildItem As TableItemControl
Get
Set |
Visual C++ |
---|
public:
property TableItemControl^ ChildItem {
TableItemControl^ get ();
void set (TableItemControl^ value);
} |
Property Value
Type:
TableItemControl
See Also