About Progress

  • Company
    • Company Overview
    • Leadership
    • Corporate Social Responsibility
    • Investor Relations
    • Press Releases
    • Press Coverage
    • Recognitions
    • Progress Labs
    • Events
    • Customers
    • Careers
    • Offices
  • Technology
    • Cloud Native App Dev Platform
    • Cognitive Services
    • Web Content Management
    • UI/UX Tools
    • Secure Data Connectivity and Integration
    • Secure Managed File Transfer
    • OpenEdge
    • Network Monitoring
  • Services
    • Consulting
    • Education
    • Modernization
    • Outsourcing
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • Conversational UI
    • Online Training
    • Document Processing Library
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for Xamarin NativeScript OSS framework
    Desktop
    UI for WPF UI for UWP UI for WinForms
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    Debugging
    FiddlerCore
    CMS
    Sitefinity
    UX Design
    Unite UX
    Document Management
    Telerik Document Processing
    Innovations Lab
    VR DataViz
    Free Tools
    Fiddler JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Edit Profile
    • Payment Profiles
    • Renewals & Upgrades
    • Support Tickets
    • Log out
  • Login
  • Contact Us
  • Try now

Class GridViewLayoutSerializer

Inheritance
System.Object
ComponentXmlSerializer
GridViewLayoutSerializer
Inherited Members
ComponentXmlSerializer.ReadDictionaryElement(XmlReader, Object, IDictionary)
ComponentXmlSerializer.ReadCollectionElement(XmlReader, IList)
ComponentXmlSerializer.ReadCollectionElement(XmlReader, Object, IList)
ComponentXmlSerializer.ReadCollectionElement(XmlReader, Object, IList, Boolean)
ComponentXmlSerializer.ReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String)
ComponentXmlSerializer.ReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String, Boolean)
ComponentXmlSerializer.ReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String, Boolean, Boolean)
ComponentXmlSerializer.MatchExistingItem(XmlReader, IList, Object, PropertyDescriptor, String, String, IList, Int32)
ComponentXmlSerializer.ReadObjectElement(XmlReader, Object)
ComponentXmlSerializer.ReadObjectElement(XmlReader, Object, Object)
ComponentXmlSerializer.ProcessReaderAttribute(XmlReader, Object, Object, PropertyDescriptor)
ComponentXmlSerializer.DisposeObject(IDisposable)
ComponentXmlSerializer.SetPropertyValue(PropertyDescriptor, Object, Object)
ComponentXmlSerializer.WriteObjectElement(XmlWriter, Object)
ComponentXmlSerializer.ShouldSerializeValue(Object, PropertyDescriptor, PropertySerializationMetadata)
ComponentXmlSerializer.WriteDictionaryElement(XmlWriter, IDictionary, Object, PropertyDescriptor)
ComponentXmlSerializer.InitializeWrite()
ComponentXmlSerializer.InitializeRead()
ComponentXmlSerializer.GetCollectionElementOverride(IEnumerable, Object, PropertyDescriptor)
ComponentXmlSerializer.WriteCollectionElement(XmlWriter, IEnumerable, String)
ComponentXmlSerializer.WriteCollectionElement(XmlWriter, IEnumerable, Object, PropertyDescriptor)
ComponentXmlSerializer.GetElementNameByType(Type)
ComponentXmlSerializer.RootSerializationObject
ComponentXmlSerializer.PropertiesProvider
ComponentXmlSerializer.ResolveTypesOnlyInTelerikAssemblies
ComponentXmlSerializer.InstanceFactory
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll

Syntax

public class GridViewLayoutSerializer : ComponentXmlSerializer

Constructors

GridViewLayoutSerializer(ComponentXmlSerializationInfo)

Initializes a new instance of the GridViewLayoutSerializer class.

Declaration
public GridViewLayoutSerializer(ComponentXmlSerializationInfo componentSerializationInfo)
Parameters
ComponentXmlSerializationInfo componentSerializationInfo

The component serialization info.

Methods

MatchObjectElement(XmlReader, Object, PropertyDescriptor, IList, String, IList, out Int32)

Matches the instance of the element by an attribute value and then deserializes its properties. If the instance is not found in existingInstancesToMatch, new instance of type instanceType will be created and added to existingInstancesToMatch list.

Declaration
protected override object MatchObjectElement(XmlReader reader, object parent, PropertyDescriptor parentProperty, IList toRead, string propertyToMatch, IList existingInstancesToMatch, out int foundAtIndex)
Parameters
System.Xml.XmlReader reader

System.Object parent

System.ComponentModel.PropertyDescriptor parentProperty

System.Collections.IList toRead

System.String propertyToMatch

System.Collections.IList existingInstancesToMatch

the list with existing instances

System.Int32 foundAtIndex

index of the element if found in existingInstanceToMatch

Returns
System.Object

Overrides
ComponentXmlSerializer.MatchObjectElement(XmlReader, Object, PropertyDescriptor, IList, String, IList, out Int32)

ProcessListOverride(XmlReader, Object, PropertyDescriptor, IList)

Override to provide custom processing of collection being deserialized

Declaration
protected override bool ProcessListOverride(XmlReader reader, object listOwner, PropertyDescriptor ownerProperty, IList list)
Parameters
System.Xml.XmlReader reader

System.Object listOwner

System.ComponentModel.PropertyDescriptor ownerProperty

System.Collections.IList list

Returns
System.Boolean

True if the list does not require further processing by the deserializer, False to use the default deserialization

Overrides
ComponentXmlSerializer.ProcessListOverride(XmlReader, Object, PropertyDescriptor, IList)

ProcessProperty(PropertyDescriptor)

Processes the property.

Declaration
protected override bool ProcessProperty(PropertyDescriptor property)
Parameters
System.ComponentModel.PropertyDescriptor property

The property.

Returns
System.Boolean

Overrides
ComponentXmlSerializer.ProcessProperty(PropertyDescriptor)

ReadElementInObject(XmlReader, PropertyDescriptor, Object)

Deserializes a specified property of an object

Declaration
protected override void ReadElementInObject(XmlReader reader, PropertyDescriptor property, object toRead)
Parameters
System.Xml.XmlReader reader

Xml reader, positioned on the element corresponding to the property to deserialize

System.ComponentModel.PropertyDescriptor property

Property descriptor of the property to deserialize

System.Object toRead

Object that owns the property to deserialize

Overrides
ComponentXmlSerializer.ReadElementInObject(XmlReader, PropertyDescriptor, Object)

ReadObjectElementOverride(XmlReader, Object)

Override to provide alternative deserialization of objects.

Declaration
protected override bool ReadObjectElementOverride(XmlReader reader, object toRead)
Parameters
System.Xml.XmlReader reader

System.Object toRead

Returns
System.Boolean

value indicating whether the object should be processed any further by serializer

Overrides
ComponentXmlSerializer.ReadObjectElementOverride(XmlReader, Object)

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)

Was this article helpful?

 / 
Tell us how we can improve this article
Skip
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.