Skip to main content

LayoutControlWriteElementToXMLEventArgs(XmlWriter, FrameworkElement) Constructor

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

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

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