Skip to main content
All docs
V25.2
  • DXSerializer.Deserialize Method

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