PropertyColumn<TGridItem,TProp>.CellContent 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.
Substitué par des composants dérivés pour fournir une logique de rendu pour les cellules de la colonne.
protected internal override void CellContent (Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder, TGridItem item);
override this.CellContent : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder * 'GridItem -> unit
Protected Friend Overrides 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.