Skip to main content

textxelement-class

The row element that displays text.

public class Korzh.EasyQuery.WinForms.TextXElement
: XElement

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
TextXElement(string text, string subType)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.TextXElement class.
TextXElement(string text)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.TextXElement class.
TextXElement()voidInitializes a new instance of the Korzh.EasyQuery.WinForms.TextXElement class.

Properties

NameTypeDescription
ElementControlControlGets the control that implement element's interaction with end user.

Methods

NameTypeDescription
CreateElementControl()ControlCreates the Korzh.EasyQuery.WinForms.TextXElement.ElementControl.
ParseXmlNode(XmlNode node)voidParses the XML-description of element.

Static Properties

NameTypeDescription
TagNamestringGets the name of the XML tag concerned with element.