BindableLayout Class

Definition

Static class specifying the attached properties that allow a ILayout work with a data-bound IEnumerable.

public ref class BindableLayout abstract sealed
public static class BindableLayout
type BindableLayout = class
Public Module BindableLayout
Inheritance
BindableLayout

Fields

EmptyViewProperty

Bindable property for attached property EmptyView.

EmptyViewTemplateProperty

Bindable property for attached property EmptyViewTemplate.

ItemsSourceProperty

Bindable property for attached property ItemsSource.

ItemTemplateProperty

Bindable property for attached property ItemTemplate.

ItemTemplateSelectorProperty

Bindable property for attached property ItemTemplateSelector.

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