Skip to main content

LayoutControlReadElementFromXMLEventArgs.Xml Property

Gets an XMLReader object that implements reading XML data.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public XmlReader Xml { get; }

#Property Value

Type Description
XmlReader

An XMLReader object that implements reading XML data.

See Also