parentCell Property

Summary

Gets the parent cell of this sub-cell.

Syntax

JavaScript Syntax
Object.defineProperty(SubCell.prototype, 'parentCell', 
	get: function() 
) 
TypeScript Syntax
parentCell: Cell; // read-only 

Property Value

Cell that represents the parent cell of this sub-cell.

Remarks

The parent here is assigned through the sub-cell constructor.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly