Add Method
Add(C1TreeColumn)
Adds the new column of tree to the collection.
Declaration
public void Add(C1TreeColumn treeColumn)
Parameters
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
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
Returns
Add(string, string, string)
Adds the new column of tree to the collection.
Declaration
public C1TreeColumn Add(string name, string displayFieldName, string headerText)
Parameters
Returns