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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public XmlReader Xml { get; }

Property Value

Type Description
XmlReader

An XMLReader object that implements reading XML data.

See Also