Click or drag to resize
UIRepeaterDataSource Property
Gets or sets the object from which data-bound control retrieves its list of data item.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public override Object DataSource { get; set; }

Property Value

Type: Object
See Also