Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Column Class
Members


    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
    'Declaration
     
    <DefaultEventAttribute("SortDirectionChanged")>
    <DesignerSerializerAttribute("Xceed.Grid.Design.ColumnSerializer,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <DesignerAttribute("Xceed.Grid.Design.ColumnDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignTimeVisibleAttribute(False)>
    <DefaultPropertyAttribute("BackColor")>
    <ToolboxItemAttribute(False)>
    Public Class Column 
       Inherits GridElement
     
    'Usage
     
    Dim instance As Column
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also