Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / ColumnManagerRow Class / ColumnManagerRow Constructor / ColumnManagerRow Constructor(ColumnManagerRow)
A reference to a ColumnManagerRow object that will be used to create the ColumnManagerRows contained within the grid.


In This Topic
    ColumnManagerRow Constructor(ColumnManagerRow)
    In This Topic
    Initializes a new instance of the ColumnManagerRow class specifying the template that will be used to create the ColumnManagerRows contained within the grid.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal template As ColumnManagerRow _
    )
    'Usage
     
    Dim template As ColumnManagerRow
     
    Dim instance As New ColumnManagerRow(template)
    protected ColumnManagerRow( 
       ColumnManagerRow template
    )

    Parameters

    template
    A reference to a ColumnManagerRow object that will be used to create the ColumnManagerRows contained within the grid.
    Remarks

    Although it is more common to have only one ColumnManagerRow in the fixed headers of a grid, a ColumnManagerRow can also be added to any other header or footer section of the grid or any group.

    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