HTMLSelectElement.Multiple

HTMLSelectElement.Multiple property

If true, multiple OPTION elements may be selected in this SELECT. See the multiple attribute definition in HTML 4.01.

public bool Multiple { get; set; }

See Also