3 references to ItemTemplateProperty
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
64 b.SetValue(ItemTemplateProperty, value); 70 return (DataTemplate)b.GetValue(ItemTemplateProperty); 301 throw new NotSupportedException($"You are using an instance of {nameof(DataTemplateSelector)} to set the {nameof(BindableLayout)}.{BindableLayout.ItemTemplateProperty.PropertyName} property. Use {nameof(BindableLayout)}.{BindableLayout.ItemTemplateSelectorProperty.PropertyName} property instead to set an item template selector");