3 references to ItemTemplateSelectorProperty
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
75
b.SetValue(
ItemTemplateSelectorProperty
, value);
81
return (DataTemplateSelector)b.GetValue(
ItemTemplateSelectorProperty
);
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");