removeEmptyItem Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItemErrorEventArgs.prototype, 'removeEmptyItem', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly