Page tree
Skip to end of metadata
Go to start of metadata

Overload

Description

BindColumnData(Object(), String, DataBindingProperties)

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.
  • No labels