Skip to content

XElement class

Base class for any elements used in EasyQuery

public class Korzh.EasyQuery.Wpf.XElement
: Control

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

Assembly: Korzh.EasyQuery.WPF.dll

NameTypeDescription
XElement()void
NameTypeDescription
DatastringGets or sets the additional data associated with element.
SubTypestringGets or sets the subtype.
TextstringGets or sets the text.
ValuestringGets or sets the value. When value is changed an XElement.ValueChangedEvent is raised
NameTypeDescription
ValueChangedRoutedEventHandlerOccurs when value is changed
NameTypeDescription
ParseXmlNode(XmlNode node)voidParses the XML node.
NameTypeDescription
SubTypePropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.XElement.SubType dependency property
TextPropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.XElement.Text dependency property
ValueChangedEventRoutedEventIdentifies the Korzh.EasyQuery.Wpf.XElement.ValueChanged routed event
ValuePropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.XElement.Value dependency property
NameTypeDescription
EmptyTextstringGets or sets the string which is shown instead of String.Empty.
NameTypeDescription
Create(string tagName)XElementCreates Korzh.EasyQuery.Wpf.XElement with the specified tag name.
Register(IXElementCreator creator)voidRegisters the specified Korzh.EasyQuery.Wpf.IXElementCreator.