Version

column Property

Reference to the column object associated with the event.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_column() : GridColumn
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfHeaderCheckBoxEventArgs.get_column();
See Also