[]
        
(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)
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)
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)
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)
Parameters
Type Name Description
string name
string displayFieldName
string headerText
Returns
Type Description
C1TreeColumn