LayoutControlReadElementFromXMLEventArgs(XmlReader, FrameworkElement) Constructor
Initializes a new instance of the LayoutControlReadElementFromXMLEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v25.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
public LayoutControlReadElementFromXMLEventArgs(
XmlReader xml,
FrameworkElement element
)
Parameters
| Name | Type | Description |
|---|---|---|
| xml | XmlReader | An XMLReader object that implements reading XML data. This object is used to initialize the LayoutControlReadElementFromXMLEventArgs.Xml property. |
| element | FrameworkElement | A layout element being processed. This object is used to initialize the LayoutControlReadElementFromXMLEventArgs.Element property. |
See Also