Definition
Namespace:Telerik.WinControls.UI.Docking.Serialization
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class DockXmlSerializerBase : ComponentXmlSerializer
Inheritance: objectComponentXmlSerializerDockXmlSerializerBase
Derived Classes:
Inherited Members
Constructors
Creates a new instance of DockXmlSerializer
C#
public DockXmlSerializerBase(RadDock dock, ComponentXmlSerializationInfo componentSerializationInfo)
RadDock component that is used to write DockWindow states and info or to map existing DockWindows when deserializing
componentSerializationInfoComponentXmlSerializationInfoSerialization info. By default XmlSerializationInfo could be used.
Properties
Methods
C#
protected override object MatchExistingItem(XmlReader reader, IList toRead, object parent, PropertyDescriptor parentProperty, string propertyToMatch, string uniquePropertyValue, IList existingInstancesToMatch, ref int foundAtIndex)
Overrides: