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


In This Topic
    ColumnInfo Class
    In This Topic
    Represents a column in the WinComboBox control's dropdown.
    Syntax
    'Declaration
     
    <TypeConverterAttribute("Xceed.Editors.Design.ColumnInfoConverter,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    Public Class ColumnInfo 
    'Usage
     
    Dim instance As ColumnInfo
    [TypeConverter("Xceed.Editors.Design.ColumnInfoConverter,Xceed.Grid.v4.3.Design,Version=4.3.25455.6282,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    public class ColumnInfo 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.ColumnInfo

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the data type of the items in the column. The specified datatype will be ignored if the WinComboBox is bound to a datasource.  
    Public PropertyGets or set the name of the column.  
    Public PropertyGets or sets the direction in which the column is sorted.  
    Public PropertyGets or sets the order in which the column is sorted.  
    Public PropertyGets or sets a boolean value indicating if the column is visible.  
    Public PropertyGets or sets the width of the column in pixels  
    Top
    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