Virtualize<TItem>.Items Proprietà

Definizione

Ottiene o imposta l'origine dell'elemento fisso.

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)

Valore della proprietà

ICollection<TItem>
Attributi

Si applica a