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