DataListElement Class
The DataListElement represents a wrapper that is associated with the HTMLDataListElement
Inheritance Hierarchy
SystemObject
  Aspose.Html.FormsFormElement
    Aspose.Html.FormsFormElementHTMLDataListElement
      Aspose.Html.FormsDataListElement

Namespace: Aspose.Html.Forms
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class DataListElement : FormElement<HTMLDataListElement>

The DataListElement type exposes the following members.

Constructors
  NameDescription
Public methodDataListElement
Initializes a new instance of the DataListElement class.
Properties
  NameDescription
Public propertyElementType
Gets the type of the element.
(Inherited from FormElement.)
Public propertyHtmlElement
Gets the HTMLElement.
(Inherited from FormElementT.)
Public propertyId
Gets or sets the identifier of the form element.
(Inherited from FormElement.)
Public propertyName
Gets or sets the name of the form element.
(Inherited from FormElement.)
Public propertyOptions
Returns a list of options
Public propertyValue
The value of field
(Inherited from FormElement.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also