Skip to main content

LayoutControlReadElementFromXMLEventArgs.Xml Property

Gets an XMLReader object that implements reading XML data.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public XmlReader Xml { get; }

Property Value

Type Description
XmlReader

An XMLReader object that implements reading XML data.

See Also