DataListElement Class
DataListElement class
The DataListElement represents a wrapper that is associated with the HTMLDataListElement
public class DataListElement : FormElement<HTMLDataListElement>
Constructors
Name | Description |
---|
DataListElement(HTMLDataListElement) | Initializes a new instance of the DataListElement class. |
Properties
Name | Description |
---|
getElementType Gets the type of the element. | |
getHtmlElement | |
id { get; set; } | Gets or sets the identifier of the form element. |
name { get; set; } | Gets or sets the name of the form element. |
getOptions Returns a list of options | |
value { get; set; } | The value of field |
See Also