Skip to main content

MVCxTreeListColumnCollection.Add Method

Name Parameters Description
Add() none Adds a new column to the end of the collection and returns the newly created object.
Add(Action<MVCxTreeListColumn>) method Adds a new column to the collection and allows you to customize this column in a delegate method implementation.
Add(String, MVCxTreeListColumnType) fieldName, columnType Creates a new column with the specified settings and adds it to the collection.
Add(String, String, MVCxTreeListColumnType) fieldName, caption, columnType Creates a new column with the specified settings and adds it to the collection.
Add(String, String) fieldName, caption Creates a new column with the specified settings and adds it to the collection.
Add(String) fieldName Creates a new column with the specified data field name and adds it to the collection.