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

Declaration

public XmlWriter Xml { get; }

Property Value

Type Description
XmlWriter

An XMLWriter object that implements saving XML data.

See Also