Version

showFixButton Property

Determines if the pin button for fixing the column is shown next to the header caption.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_showFixButton() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixingSettings.get_showFixButton();

Return Value

True if the button will be displayed, false otherwise
See Also