HTMLOptGroupElement public sealed class HTMLOptGroupElement : HTMLElement Represents the HTML optgroup element. Documentation Code public bool Disabled { get; set; } Gets or sets if the optgroup is enabled or disabled. public string Label { get; set; } Gets or sets the label.