Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
findCurrentFocalItem Method
Returns the ImageItem DOM element of the currently focused item.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function findCurrentFocalItem(
: Infragistics.Web.UI.NextItemAligment
) : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfScrollHelper.findCurrentFocalItem(NextItemAligment); |
Parameters
- nextItemAligment
Return Value
Reference to html element.
See Also