[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeColumnCollection.Add

Add Method

Add(C1TreeColumn)

Adds the new column of tree to the collection.

Declaration
public void Add(C1TreeColumn treeColumn)
Public Sub Add(treeColumn As C1TreeColumn)
Parameters
Type Name Description
C1TreeColumn treeColumn

Add(string)

Adds the new column of tree with specified name to the collection.

Declaration
public C1TreeColumn Add(string name)
Public Function Add(name As String) As C1TreeColumn
Parameters
Type Name Description
string name
Returns
Type Description
C1TreeColumn

Add(string, string)

Adds the new column of tree with specified name and display field name to the collection.

Declaration
public C1TreeColumn Add(string name, string displayFieldName)
Public Function Add(name As String, displayFieldName As String) As C1TreeColumn
Parameters
Type Name Description
string name
string displayFieldName
Returns
Type Description
C1TreeColumn

Add(string, string, string)

Adds the new column of tree to the collection.

Declaration
public C1TreeColumn Add(string name, string displayFieldName, string headerText)
Public Function Add(name As String, displayFieldName As String, headerText As String) As C1TreeColumn
Parameters
Type Name Description
string name
string displayFieldName
string headerText
Returns
Type Description
C1TreeColumn