Version

GridSelectedColumnCollection class

Selected columns collection. Manipulating with the items of this collection means selecting/unselecting columns in the grid.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GridSelectedColumnCollection = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GridSelectedColumnCollection();
Inheritance Hierarchy

Object
   Infragistics.Web.UI.GridSelectionCollection
      Infragistics.Web.UI.GridSelectedColumnCollection

See Also