DataListElement Class
Contents
[
Hide
]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 |
---|---|
ElementType { get; } | Gets the type of the element. |
HtmlElement { get; } | |
virtual Id { get; set; } | Gets or sets the identifier of the form element. |
virtual Name { get; set; } | Gets or sets the name of the form element. |
Options { get; } | Returns a list of options |
virtual Value { get; set; } | The value of field |
See Also
- class FormElement<T>
- class HTMLDataListElement
- namespace Aspose.Html.Forms
- assembly Aspose.HTML