3 references to EmptyView
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
18
/// <summary>Bindable property for <see cref="
EmptyView
"/>.</summary>
20
BindableProperty.Create(nameof(
EmptyView
), typeof(object), typeof(ItemsView), null);
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ItemsViewController.cs (1)
444
UpdateView(ItemsView?.
EmptyView
, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref _emptyViewFormsElement);