Share via


ListColumnCollection.Add Method

Adds a ListColumn object to a ListColumnCollection.

Overload List

Name Description
ListColumnCollection.Add (Generic ListColumn)
Adds the specified ListColumn object to the ListColumnCollection.
ListColumnCollection.Add (String, Generic Converter)
Adds a ListColumn object to the ListColumnCollection with the specified display name and the display value that is returned from the specified delegate method. The delegate method converts information from a business object to a string that is used as the display value for the object in the column.
ListColumnCollection.Add (String, String)
Adds a ListColumn object to the ListColumnCollection with the specified display name and the specified property name. The property name is retrieved from the business object and is used as the display value for the object in the column.
ListColumnCollection.Add (String, String, IFormatProvider, String)
Adds a ListColumn object to the ListColumnCollection with the specified display name and the specified property name. The property name is retrieved from the business object and is used as the display value for the object in the column. A format string and a format provider that are used to format the display value are also specified.

See Also

Reference

ListColumnCollection Generic Class
ListColumnCollection Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace