Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.8.0.1534" />

.NET API 1,448,864 bytes

 BindableLayout

public static class BindableLayout
Static class specifying the attached properties that allow a Layout<T> work with a data-bound IEnumerable.
public static readonly BindableProperty EmptyViewProperty

public static readonly BindableProperty ItemsSourceProperty

public static readonly BindableProperty ItemTemplateProperty

public static object GetEmptyView(BindableObject b)

public static void SetEmptyView(BindableObject b, object value)

public static void SetEmptyViewTemplate(BindableObject b, DataTemplate value)

public static void SetItemsSource(BindableObject b, IEnumerable value)

public static void SetItemTemplate(BindableObject b, DataTemplate value)