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
"/>.
170
if (
Items
!= null)
174
$"Do not supply both '{nameof(
Items
)}' and '{nameof(ItemsProvider)}'.");
179
else if (
Items
!= null)
194
$"{GetType()} requires either the '{nameof(
Items
)}' or '{nameof(ItemsProvider)}' parameters to be specified " +
453
Items
!.Skip(request.StartIndex).Take(request.Count),
454
Items
!.Count));