BindableLayout Classe

Definizione

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

public static class BindableLayout
type BindableLayout = class
Ereditarietà
System.Object
BindableLayout

Campi

EmptyViewProperty

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

EmptyViewTemplateProperty

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

ItemsSourceProperty

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

ItemTemplateProperty

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

ItemTemplateSelectorProperty

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

Metodi

GetEmptyView(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

GetEmptyViewTemplate(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

GetItemsSource(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

GetItemTemplate(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

GetItemTemplateSelector(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

SetEmptyView(BindableObject, Object)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

SetEmptyViewTemplate(BindableObject, DataTemplate)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

SetItemsSource(BindableObject, IEnumerable)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

SetItemTemplate(BindableObject, DataTemplate)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

SetItemTemplateSelector(BindableObject, DataTemplateSelector)

Classe statica che specifica le proprietà associate che consentono a un Layout<T> di funzionare con un System.Collections.IEnumerable associato a dati.

Si applica a