Provides the XML serialization functionality for RadLayoutControl.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class LayoutControlXmlSerializer : ComponentXmlSerializer
Inheritance: objectComponentXmlSerializerLayoutControlXmlSerializer
Inherited Members
Constructors
C#
public LayoutControlXmlSerializer(RadLayoutControl layoutControl, ComponentXmlSerializationInfo componentSerializationInfo)
Methods
C#
protected override object MatchExistingItem(XmlReader reader, IList toRead, object parent, PropertyDescriptor parentProperty, string propertyToMatch, string uniquePropertyValue, IList existingInstancesToMatch, ref int foundAtIndex)
Overrides:
Override to provide custom processing of collection being deserialized
C#
protected override bool ProcessListOverride(XmlReader reader, object listOwner, PropertyDescriptor ownerProperty, IList list)
True if the list does not require further processing by the deserializer, False to use the default deserialization
Overrides:
C#
protected override void SetPropertyValue(PropertyDescriptor property, object propertyOwner, object value)
Overrides: