Click or drag to resize
BasicRepeaterRelatedData Property
Custom data connected to the object, if not set, returns the Related data of the nearest IDataControl.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public virtual Object RelatedData { get; set; }

Property Value

Type: Object

Implements

IRelatedDataRelatedData
See Also