SelectListItem.Group Property

Definition

Represents the optgroup HTML element this item is wrapped into. In a select list, multiple groups with the same name are supported. They are compared with reference equality.

public System.Web.Mvc.SelectListGroup Group { get; set; }
member this.Group : System.Web.Mvc.SelectListGroup with get, set
Public Property Group As SelectListGroup

Property Value

Applies to