2 references to RemainingItemsThresholdProperty
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
110
get => (int)GetValue(
RemainingItemsThresholdProperty
);
111
set => SetValue(
RemainingItemsThresholdProperty
, value);