Version

columnSettingFromKey Property

Gets the column fixing setting object that is tied to the column with the specified column key.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_columnSettingFromKey() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.get_columnSettingFromKey();

Return Value

The column fixing setting tied to the specified column key
See Also