Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / ComboBoxEditor Class / Columns Property


In This Topic
    Columns Property (ComboBoxEditor)
    In This Topic
    Gets a list representing the collection of the columns contained in the ComboBoxEditor.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The collection of the columns contained in the ComboBoxEditor.")>
    <CategoryAttribute("Data")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <EditorAttribute("Xceed.Editors.Design.ItemsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
    Public ReadOnly Property Columns As ColumnInfoList
    'Usage
     
    Dim instance As ComboBoxEditor
    Dim value As ColumnInfoList
     
    value = instance.Columns
    [Description("The collection of the columns contained in the ComboBoxEditor.")]
    [Category("Data")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Editor("Xceed.Editors.Design.ItemsUIEditor,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
    public ColumnInfoList Columns {get;}

    Property Value

    A Xceed.Editors.ColumnInfoList representing the collection of columns contained in the ComboBoxEditor.
    Remarks

    This property enables you to obtain a reference to the list of columns that are currently stored in the ComboBoxEditor. With this reference, you can add columns, remove columns, and obtain a count of the columns in the collection.

    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