3 references to ItemTemplateProperty
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
63
b.SetValue(
ItemTemplateProperty
, value);
69
return (DataTemplate)b.GetValue(
ItemTemplateProperty
);
300
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");