8 references to Items
Microsoft.AspNetCore.Components.Web (8)
Virtualization\Virtualize.cs (8)
84/// Gets or sets the content to show when <see cref="Items"/> is empty 143/// when using <see cref="Items"/>. 170if (Items != null) 174$"Do not supply both '{nameof(Items)}' and '{nameof(ItemsProvider)}'."); 179else if (Items != null) 194$"{GetType()} requires either the '{nameof(Items)}' or '{nameof(ItemsProvider)}' parameters to be specified " + 453Items!.Skip(request.StartIndex).Take(request.Count), 454Items!.Count));