Skip to main content

MVCxGridViewColumnCollection.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<MVCxGridViewColumn>) method Adds a new column to the collection and allows you to customize this column in a delegate method implementation.
Add(String, MVCxGridViewColumnType) fieldName, columnType Adds a new column to the collection and specifies the column’s type and bound field name.
Add(String, String, MVCxGridViewColumnType) fieldName, caption, columnType Adds a new column to the collection and specifies the column’s caption, type and bound field name.
Add(String, String) fieldName, caption Adds a new column to the collection and specifies the column’s caption and bound field name.
Add(String) fieldName Adds a new column to the collection and specifies the column’s bound field name.