Condividi tramite


BindableLayout Classe

Definizione

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

public ref class BindableLayout abstract sealed
public static class BindableLayout
type BindableLayout = class
Public Module BindableLayout
Ereditarietà
BindableLayout

Campi

EmptyViewProperty

Proprietà associabile per la proprietà EmptyViewassociata .

EmptyViewTemplateProperty

Proprietà associabile per la proprietà EmptyViewTemplateassociata .

ItemsSourceProperty

Proprietà associabile per la proprietà ItemsSourceassociata .

ItemTemplateProperty

Proprietà associabile per la proprietà ItemTemplateassociata .

ItemTemplateSelectorProperty

Proprietà associabile per la proprietà ItemTemplateSelectorassociata .

Metodi

GetEmptyView(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

GetEmptyViewTemplate(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

GetItemsSource(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

GetItemTemplate(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

GetItemTemplateSelector(BindableObject)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

SetEmptyView(BindableObject, Object)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

SetEmptyViewTemplate(BindableObject, DataTemplate)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

SetItemsSource(BindableObject, IEnumerable)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

SetItemTemplate(BindableObject, DataTemplate)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

SetItemTemplateSelector(BindableObject, DataTemplateSelector)

Classe statica che specifica le proprietà associate che consentono a un ILayout di funzionare con un IEnumerable associato a dati.

Si applica a