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


In This Topic
    CurrentColumn Property
    In This Topic
    Gets or sets a reference to the grid's current column.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property CurrentColumn As Column
    'Usage
     
    Dim instance As GridControl
    Dim value As Column
     
    instance.CurrentColumn = value
     
    value = instance.CurrentColumn
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public Column CurrentColumn {get; set;}

    Property Value

    A reference to the a Column object representing the grid's current column. Can be a null reference (Nothing in Visual Basic) if no columns can be current.
    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