Version

getItemFromColumnKey Method

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

Parameters

columnKey
Column key

Return Value

Column setting that corresponds to the column key, or null.
See Also