Skip to main content

xelement-class

Base class for any elements used in EasyQuery

public class Korzh.EasyQuery.Wpf.XElement
: Control

Assembly: Korzh.EasyQuery.WPF.dll

Constructors

NameTypeDescription
XElement()void

Properties

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

Events

NameTypeDescription
ValueChangedRoutedEventHandlerOccurs when value is changed

Methods

NameTypeDescription
ParseXmlNode(XmlNode node)voidParses the XML node.

Static Fields

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

Static Properties

NameTypeDescription
EmptyTextstringGets or sets the string which is shown instead of String.Empty.

Static Methods

NameTypeDescription
Create(string tagName)XElementCreates Korzh.EasyQuery.Wpf.XElement with the specified tag name.
Register(IXElementCreator creator)voidRegisters the specified Korzh.EasyQuery.Wpf.IXElementCreator.