Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
Element Members

The Element class exposes the following members.

Constructors
Name Description
Element(); Initializes a new instance of the Element class.
Properties
Name Description
className Gets the class name of the element.
id Gets or sets the id of the element.
innerHTML Gets or sets the inner HTML of the element.
innerText Gets the inner text of the element.
Item (inherited from JSObject) Gets or sets a property value.
Item (inherited from JSObject) Gets or sets a property value.
outerHTML Gets the outer HTML of the element.
style Get the inline style for the element.
tagName Gets the tag name of the element.
Methods
Name Description
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetHashCode (inherited from Object) 
GetPropertyNames (inherited from JSObject) Gets a list of property names exposed by this object.
GetType (inherited from Object) 
InvokeFunction (inherited from JSObject) Calls a function on this JavaScript object.
IsTheSame (inherited from JSObject) Compares whether two JavaScript objects are the same.
MemberwiseClone (inherited from Object) 
ToArray (inherited from JSObject) Converts this object to an array.
ToString (inherited from Object) 
See Also