Version

containsFixedColumnByKey Method

Returns the true/false based on whether the column associated with the given key is currently fixed..
Syntax
ASP.NET Ajax Javascript (Specification) 
function containsFixedColumnByKey( 
   key : String
) : boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.containsFixedColumnByKey(String);

Parameters

key
The column key associated with the column.

Return Value

True is the column is currently fixed, false otherwise.
See Also