Skip to main content

LayoutControlWriteElementToXMLEventArgs.Xml Property

Gets an XMLWriter object that implements saving XML data.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public XmlWriter Xml { get; }

Property Value

Type Description
XmlWriter

An XMLWriter object that implements saving XML data.

See Also