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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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