hasItems Property

Summary

Gets a value that indicate whether this viewer has any items.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewer.prototype, 'hasItems', 
	get: function() 
) 
hasItems: boolean; // read-only 

Property Value

true if this viewer has any items (the "count" value of Items is greater than 0), otherwise; false.

Remarks

Use this property to quickly check if this viewer has items.

Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.