Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / DataBoundColumn Class / DataBoundColumn Constructor / DataBoundColumn Constructor(DataBoundColumn)
A reference to a DataBoundColumn object that will be used as a template to create the DataBoundColumns.


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

    Parameters

    template
    A reference to a DataBoundColumn object that will be used as a template to create the DataBoundColumns.
    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