A2v10 Platform documentation
UK


Repeater Layout Element

Has no external representation and no framing tag. Used to display duplicate content. In other words, multiple elements are simply included in the markup according to the data source.

Inherits: UIElement : UIElementBase

Content property: Content

Properties

Name Type Description
Content UIElementBase The element to be repeated for each value from the ItemsSource. Note that the bindings within the content will be relative. The root of the binding will be one item from the ItemsSource array.
ItemsSource Array Always a binding - Bind. Data source for displaying items.
Base item properties