DataListElement class

DataListElement class

The DataListElement represents a wrapper that is associated with the HTMLDataListElement

Inheritance: DataListElementFormElement

The DataListElement type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the DataListElement class.

Properties

PropertyDescription
element_typeGets the type of the element.
nameGets or sets the name of the form element.
idGets or sets the identifier of the form element.
valueThe value of field
optionsReturns a list of options
html_element

See Also