FormElement Class

FormElement class

Represents base class for form elements.

public abstract class FormElement

Properties

NameDescription
getElementType Gets the type of the element.
id { get; set; }Gets or sets the identifier of the form element.
name { get; set; }Gets or sets the name of the form element.
value { get; set; }The value of field

See Also