Base class for any elements used in EasyQuery
public class Korzh.EasyQuery.Wpf.XElement
Package: Korzh.EasyQuery.Wpf
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WPF.dll
Constructors
Name | Type | Description |
---|
XElement() | void | |
Properties
Name | Type | Description |
---|
Data | string | Gets or sets the additional data associated with element. |
SubType | string | Gets or sets the subtype. |
Text | string | Gets or sets the text. |
Value | string | Gets or sets the value. When value is changed an XElement.ValueChangedEvent is raised |
Events
Name | Type | Description |
---|
ValueChanged | RoutedEventHandler | Occurs when value is changed |
Methods
Name | Type | Description |
---|
ParseXmlNode(XmlNode node) | void | Parses the XML node. |
Static Fields
Static Properties
Name | Type | Description |
---|
EmptyText | string | Gets or sets the string which is shown instead of String.Empty. |
Static Methods