DataListElement Class

DataListElement class

The DataListElement represents a wrapper that is associated with the HTMLDataListElement

public class DataListElement : FormElement<HTMLDataListElement>

Constructors

NameDescription
DataListElement(HTMLDataListElement)Initializes a new instance of the DataListElement class.

Properties

NameDescription
getElementType Gets the type of the element.
getHtmlElement
[getId]
[setId] Gets or sets the identifier of the form element.
[getName]
[setName] Gets or sets the name of the form element.
getOptions Returns a list of options
[getValue]
[setValue] The value of field

See Also