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

LayoutControlWriteElementToXMLEventArgs(XmlWriter, FrameworkElement) Constructor

Initializes a new instance of the LayoutControlWriteElementToXMLEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.LayoutControl

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

Declaration

public LayoutControlWriteElementToXMLEventArgs(
    XmlWriter xml,
    FrameworkElement element
)

Parameters

Name Type Description
xml XmlWriter

An XMLWriter object that implements writing XML data. This object is used to initialize the LayoutControlWriteElementToXMLEventArgs.Xml property.

element FrameworkElement

A layout element being processed. This object is used to initialize the LayoutControlWriteElementToXMLEventArgs.Element property.

See Also