Sorter.getRoot Method (object)
@private
Returns the root property of the given item, based on the configured {@link #root} property
@param {Object} item The item
@return {Object} The root property of the object
Namespace: Ext.util
Class: Sorter
Syntax
public object getRoot(object item)
Parameters
item
Type: System.Object
Return Value
Type: System.Object
|