ColumnBase<TGridItem>.CellContent(RenderTreeBuilder, TGridItem) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remplacé par des composants dérivés pour fournir une logique de rendu pour les cellules de la colonne.
protected internal abstract void CellContent (Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder, TGridItem item);
abstract member CellContent : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder * 'GridItem -> unit
Protected Friend MustOverride Sub CellContent (builder As RenderTreeBuilder, item As TGridItem)
Paramètres
- builder
- RenderTreeBuilder
RenderTreeBuilder actuel.
- item
- TGridItem
Données de la ligne en cours de rendu.