SelectListGroup Class

 

Represents the optgroup HTML element and its attributes. In a select list, multiple groups with the same name are supported. They are compared with reference equality.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  System.Web.Mvc.SelectListGroup

Syntax

public class SelectListGroup
public ref class SelectListGroup 
type SelectListGroup = class end
Public Class SelectListGroup

Constructors

Name Description
System_CAPS_pubmethod SelectListGroup()

Properties

Name Description
System_CAPS_pubproperty Disabled

Gets or sets a value that indicates whether this SelectListGroup is disabled.

System_CAPS_pubproperty Name

Represents the value of the optgroup's label.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Mvc Namespace

Return to top