removeEmptyItem Property

Summary

Indicates whether to remove the item if it did not have previous data.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerItemErrorEventArgs.prototype, 'removeEmptyItem', 
	get: function(), 
	set: function(value) 
) 
removeEmptyItem: boolean; 

Property Value

true to remove the item if it did not have previous data, otherwise, false. Default value is false.

Remarks

The detailed description refer to ItemError.

Example

For an example, refer to ItemError.

Requirements

Target Platforms

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

Leadtools.Controls Assembly