currentOffset Property

Summary

Gets or sets the current scroll (stack) position of the cell.

Syntax

JavaScript Syntax
Object.defineProperty(Cell.prototype, 'currentOffset', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
currentOffset: number; 

Property Value

Value that represents the current scroll (stack) position of the cell.

Remarks

Changing this value will fire the event CurrentOffsetChanged.

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