TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class / C1TreeColumn Constructor / C1TreeColumn Constructor(String,String,String)

In This Topic
    C1TreeColumn Constructor(String,String,String)
    In This Topic
    Initializes a new instance of the C1TreeColumn class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal headerText As String, _
       ByVal displayFieldName As String _
    )
    public C1TreeColumn( 
       string name,
       string headerText,
       string displayFieldName
    )

    Parameters

    name
    headerText
    displayFieldName
    See Also