SelectListGroup Class

Definition

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.

public class SelectListGroup
type SelectListGroup = class
Public Class SelectListGroup
Inheritance
SelectListGroup

Constructors

SelectListGroup()

Properties

Disabled

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

Name

Represents the value of the optgroup's label.

Applies to