FormElement Class

FormElement class

Represents base class for form elements.

public abstract class FormElement

Properties

NameDescription
ElementType { get; }Gets the type of the element.
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.
virtual Value { get; set; }The value of field

See Also