DXSerializer.Deserialize Method
Name | Parameters | Description |
---|---|---|
Deserialize |
root, stream, app |
Restores (deserializes) layouts of the specified container (or a control) and all its child elements from the Stream. |
Deserialize |
root, path, app |
Restores (deserializes) layouts of the specified container (or control) and all its child elements from the XML file. |
Deserialize |
d |
Restores (deserializes) layouts of the specified container (or control) collection and all their child elements from the XML file/Stream. |