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

LayoutControlWriteElementToXMLEventArgs.Xml Property

Gets an XMLWriter object that implements saving XML data.

Namespace: DevExpress.Xpf.LayoutControl

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

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

Declaration

public XmlWriter Xml { get; }

Property Value

Type Description
XmlWriter

An XMLWriter object that implements saving XML data.

See Also