item Property

Summary

Item to render

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerRenderEventArgs.prototype, 'item', 
	get: function() 
) 
item: ImageViewerItem; // read-only 

Property Value

The item to render or null if this event is for rendering the view.

Remarks

If the value of Item is not null, then Part will contain the specific part of the item to render.

Example

For an example, refer to PostRender.

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