TextXElement class

The row element that displays text.

public class Korzh.EasyQuery.WinForms.TextXElement
    : XElement

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

Name Type Description
TextXElement(string text, string subType) void Initializes a new instance of the Korzh.EasyQuery.WinForms.TextXElement class.
TextXElement(string text) void Initializes a new instance of the Korzh.EasyQuery.WinForms.TextXElement class.
TextXElement() void Initializes a new instance of the Korzh.EasyQuery.WinForms.TextXElement class.

Properties

Name Type Description
ElementControl Control Gets the control that implement element's interaction with end user.

Methods

Name Type Description
CreateElementControl() Control Creates the Korzh.EasyQuery.WinForms.TextXElement.ElementControl.
ParseXmlNode(XmlNode node) void Parses the XML-description of element.

Static Properties

Name Type Description
TagName string Gets the name of the XML tag concerned with element.