Version

getUIBehaviorsObj Method

Returns the UIBehaviors object of the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getUIBehaviorsObj( 
   index : {Any}
) : Infragistics.Web.UIBehaviorsObject;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCollectionsManager.getUIBehaviorsObj({Any});

Parameters

index
the index of the collection in the list of collections

Return Value

the UI Behaviors object
See Also