SelectElement.Type

SelectElement.Type property

The type of this form control. This is the String “select-multiple” when the multiple attribute is true and the String “select-one” when false.

public String Type { get; }

See Also