HTMLOptGroupElement.Label

HTMLOptGroupElement.Label property

Assigns a label to this option group. See the label attribute definition in HTML 4.01.

public string Label { get; set; }

See Also