3 references to InternalItemsLayoutProperty
Microsoft.Maui.Controls (3)
Items\ItemsView.cs (2)
126
get => (IItemsLayout)GetValue(
InternalItemsLayoutProperty
);
127
set => SetValue(
InternalItemsLayoutProperty
, value);
Items\StructuredItemsView.cs (1)
52
public static readonly BindableProperty ItemsLayoutProperty =
InternalItemsLayoutProperty
;