Skip to main content
A newer version of this page is available. .

LayoutControlReadElementFromXMLEventArgs.Xml Property

Gets an XMLReader object that implements reading XML data.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v19.1.dll

Declaration

public XmlReader Xml { get; }

Property Value

Type Description
XmlReader

An XMLReader object that implements reading XML data.

See Also