Skip to main content
All docs
V23.2

DXSerializer.Deserialize Method

Name Parameters Description
Deserialize(DependencyObject, Stream, String, DXOptionsLayout) static root, stream, appName, options Restores (deserializes) layouts of the specified container (or a control) and all its child elements from the Stream.
Deserialize(DependencyObject, Object, String, DXOptionsLayout) static root, path, appName, options Restores (deserializes) layouts of the specified container (or control) and all its child elements from the XML file.
Deserialize(DependencyObject[], Object, String, DXOptionsLayout) static dObjects, path, appName, options Restores (deserializes) layouts of the specified container (or control) collection and all their child elements from the XML file/Stream.