SelectListItem::Group Property
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.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property SelectListGroup^ Group { SelectListGroup^ get(); void set(SelectListGroup^ value); }
Property Value
Type: System.Web.Mvc::SelectListGroup^
Show: