SelectListItem.Group Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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