Column Class
See Also  Members  
Xceed.Grid Assembly > Xceed.Grid Namespace : Column Class


Represents any type of column in the grid and can be instantiated to contain unbound data. The DataBoundColumn derives from this class.

Syntax

Visual Basic (Declaration) 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.Grid.Design.ColumnDesigner,Xceed.Grid.v3.9.Design,Version=3.9.10173.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DefaultEventAttribute("SortDirectionChanged")>
<DesignerSerializerAttribute(SerializerTypeName="Xceed.Grid.Design.ColumnSerializer,Xceed.Grid.v3.9.Design,Version=3.9.10173.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer")>
Public Class Column 
   Inherits GridElement
Visual Basic (Usage)Copy Code
Dim instance As Column
C# 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.Grid.Design.ColumnDesigner,Xceed.Grid.v3.9.Design,Version=3.9.10173.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DefaultEventAttribute("SortDirectionChanged")]
[DesignerSerializerAttribute(SerializerTypeName="Xceed.Grid.Design.ColumnSerializer,Xceed.Grid.v3.9.Design,Version=3.9.10173.00005,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer")]
public class Column : GridElement 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.Grid.GridElementBase
         Xceed.Grid.GridElement
            Xceed.Grid.Column
               Xceed.Grid.DataBoundColumn

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also