DisplayName<TValue>.For Propriété
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.
Spécifie le champ pour lequel le nom d’affichage doit être affiché.
[Microsoft.AspNetCore.Components.EditorRequired]
[Microsoft.AspNetCore.Components.Parameter]
public System.Linq.Expressions.Expression<Func<TValue>>? For { get; set; }
[<Microsoft.AspNetCore.Components.EditorRequired>]
[<Microsoft.AspNetCore.Components.Parameter>]
member this.For : System.Linq.Expressions.Expression<Func<'Value>> with get, set
Public Property For As Expression(Of Func(Of TValue))
Valeur de propriété
- Attributs