Sdílet prostřednictvím


GridItemsProviderResult.From<TGridItem> Metoda

Definice

public static Microsoft.AspNetCore.Components.QuickGrid.GridItemsProviderResult<TGridItem> From<TGridItem> (System.Collections.Generic.ICollection<TGridItem> items, int totalItemCount);
static member From : System.Collections.Generic.ICollection<'GridItem> * int -> Microsoft.AspNetCore.Components.QuickGrid.GridItemsProviderResult<'GridItem>
Public Shared Function From(Of TGridItem) (items As ICollection(Of TGridItem), totalItemCount As Integer) As GridItemsProviderResult(Of TGridItem)

Parametry typu

TGridItem

Typ dat reprezentovaných jednotlivými řádky v mřížce.

Parametry

items
ICollection<TGridItem>

Položky, které jsou zadávány.

totalItemCount
Int32

Celkový počet existujících položek Podrobnosti viz TotalItemCount.

Návraty

Instance .GridItemsProviderResult<TGridItem>

Platí pro