TextXElement class
The row element that displays text.
public class Korzh.EasyQuery.WinForms.TextXElement : XElementPackage: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Section titled “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
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| ElementControl | Control | Gets the control that implement element’s interaction with end user. |
Methods
Section titled “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
Section titled “Static Properties”| Name | Type | Description |
|---|---|---|
| TagName | string | Gets the name of the XML tag concerned with element. |