LayoutControlWriteElementToXMLEventArgs(XmlWriter, FrameworkElement) Constructor
In This Article
Initializes a new instance of the LayoutControlWriteElementToXMLEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
xml | Xml |
An XMLWriter object that implements writing XML data. This object is used to initialize the Layout |
element | Framework |
A layout element being processed. This object is used to initialize the Layout |
See Also