Version

getItemFromColumnKey Method

Returns the ColumnMoveSetting with the specified column key
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItemFromColumnKey( 
   columnKey : String
) : ColumnMoveSetting;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnMoveSettings.getItemFromColumnKey(String);

Parameters

columnKey
The key of the column to return the settings for.
See Also