Overload |
Description |
---|---|
Sets an array of objects as a data source for a single column in the template. | |
BindColumnData(System.Collections.IDictionary, String, DataBindingProperties) |
Sets a column's data source to an
IDictionary. An IDictionary represents a collection of key-and-value pairs. |
BindColumnData(System.Collections.IEnumerable, String, DataBindingProperties) |
Sets a column's data source to an
IEnumerable collection. The IEnumerable interface supports a simple iteration over a collection. |
Overview
Content Tools