Virtualize<TItem>.Items Property

Definition

Gets or sets the fixed item source.

public:
 property System::Collections::Generic::ICollection<TItem> ^ Items { System::Collections::Generic::ICollection<TItem> ^ get(); void set(System::Collections::Generic::ICollection<TItem> ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public System.Collections.Generic.ICollection<TItem>? Items { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Items : System.Collections.Generic.ICollection<'Item> with get, set
Public Property Items As ICollection(Of TItem)

Property Value

ICollection<TItem>
Attributes

Applies to