Skip to main content

LayoutControlWriteElementToXMLEventArgs.Xml Property

Gets an XMLWriter object that implements saving XML data.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public XmlWriter Xml { get; }

#Property Value

Type Description
XmlWriter

An XMLWriter object that implements saving XML data.

See Also