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


In This Topic
    ColumnInfoList Class
    In This Topic
    Contains a list of ColumnInfo objects.
    Object Model
    ColumnInfoList ClassColumnInfo Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <EditorAttribute("Xceed.Editors.Design.ItemsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
    <ListBindableAttribute(False)>
    Public NotInheritable Class ColumnInfoList 
       Inherits Xceed.Utils.Collections.ListBase
    'Usage
     
    Dim instance As ColumnInfoList
    [DefaultMember("Item")]
    [Editor("Xceed.Editors.Design.ItemsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
    [ListBindable(false)]
    public sealed class ColumnInfoList : Xceed.Utils.Collections.ListBase 
    Inheritance Hierarchy

    System.Object
          Xceed.Editors.ColumnInfoList

    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