3 references to EmptyViewTemplateProperty
Microsoft.Maui.Controls (3)
Handlers\Items\ItemsViewHandler.cs (1)
28 [Controls.ItemsView.EmptyViewTemplateProperty.PropertyName] = MapEmptyViewTemplate,
Items\ItemsView.cs (2)
39 get => (DataTemplate)GetValue(EmptyViewTemplateProperty); 40 set => SetValue(EmptyViewTemplateProperty, value);