BindableLayout Class

Definition

Static class specifying the attached properties that allow a Layout<T> work with a data-bound IEnumerable.

public static class BindableLayout
type BindableLayout = class
Inheritance
BindableLayout

Fields

EmptyViewProperty
EmptyViewTemplateProperty
ItemsSourceProperty
ItemTemplateProperty
ItemTemplateSelectorProperty

Methods

GetEmptyView(BindableObject)
GetEmptyViewTemplate(BindableObject)
GetItemsSource(BindableObject)
GetItemTemplate(BindableObject)
GetItemTemplateSelector(BindableObject)
SetEmptyView(BindableObject, Object)
SetEmptyViewTemplate(BindableObject, DataTemplate)
SetItemsSource(BindableObject, IEnumerable)
SetItemTemplate(BindableObject, DataTemplate)
SetItemTemplateSelector(BindableObject, DataTemplateSelector)

Applies to