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