Skip to main content

MVCxListBoxColumnCollection.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<MVCxListBoxColumn>) method Adds a new column to the collection and allows you to customize this column in a delegate method implementation.
Add(String, String, Unit) fieldName, caption, width 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 settings and adds it to the collection.