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


In This Topic
    Columns Property (GridControl)
    In This Topic
    Gets a list of all the columns in the grid.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Columns As ColumnList
    'Usage
     
    Dim instance As GridControl
    Dim value As ColumnList
     
    value = instance.Columns
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public ColumnList Columns {get;}

    Property Value

    A reference to a Xceed.Grid.Collections.ColumnList object containing a list of all the columns in the grid.
    Remarks

    All columns, both data bound and custom, visible and non-visible, will be returned.

    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