LayoutControlWriteElementToXMLEventArgs(XmlWriter, FrameworkElement) Constructor
Initializes a new instance of the LayoutControlWriteElementToXMLEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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