SelectListGroup Class
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 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. |