Condividi tramite


SelectListItem.Group Proprietà

Definizione

Rappresenta l'elemento HTML optgroup in cui è stato eseguito il wrapping dell'elemento. In un elenco di selezione sono supportati più gruppi con lo stesso nome. Il confronto è eseguito tramite l'uguaglianza del riferimento.

public:
 property Microsoft::AspNetCore::Mvc::Rendering::SelectListGroup ^ Group { Microsoft::AspNetCore::Mvc::Rendering::SelectListGroup ^ get(); void set(Microsoft::AspNetCore::Mvc::Rendering::SelectListGroup ^ value); };
public Microsoft.AspNetCore.Mvc.Rendering.SelectListGroup Group { get; set; }
member this.Group : Microsoft.AspNetCore.Mvc.Rendering.SelectListGroup with get, set
Public Property Group As SelectListGroup

Valore della proprietà

Si applica a