DataSource supports reading PageDataCollection from other controls using standard databinding through IEnumerable.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
[DefaultValueAttribute("")]
[BindableAttribute(true)]
public virtual Object DataSource { get; set; }

Remarks

If current control has any internal pages the will be appended after reading from DataSource

Used to serialize control containing data, or to rendering data from one control using another control

See Also