selectedItem Property

Summary

Gets or sets the selected item of this layout.

Syntax

JavaScript Syntax
Object.defineProperty(LayoutManager.prototype, 'selectedItem', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
selectedItem: LayoutManagerItem; 

Property Value

LayoutManagerItem that represents the selected item.

Remarks

This is an alternative method to SelectItem.

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