menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridBorderCodeDomSerializer - API Reference

    Show / Hide Table of Contents

    Class GridBorderCodeDomSerializer

    Defines and implements the class that serializes an object graph to a series of CodeDOM statements which inherits System.ComponentModel.Design.Serialization.CodeDomSerializer for GridBorder.

    Inheritance
    System.Object
    GridBorderCodeDomSerializer
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridBorderCodeDomSerializer : CodeDomSerializer

    Constructors

    GridBorderCodeDomSerializer()

    Initializes a new instances of the GridBorderCodeDomSerializer class.

    Declaration
    public GridBorderCodeDomSerializer()

    Properties

    Default

    Gets the value of the default global instance of GridBorderCodeDomSerializer.

    Declaration
    public static GridBorderCodeDomSerializer Default { get; }
    Property Value
    Type Description
    GridBorderCodeDomSerializer

    Methods

    Deserialize(IDesignerSerializationManager, Object)

    Overrides and De-serializes the specified serialized CodeDOM object into an object.

    Declaration
    public override object Deserialize(IDesignerSerializationManager manager, object codeObject)
    Parameters
    Type Name Description
    System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager

    A serialization manager interface that is used during the deserialization process.

    System.Object codeObject

    A serialized CodeDOM object to deserialize.

    Returns
    Type Description
    System.Object

    The deserialized CodeDOM object.

    Serialize(IDesignerSerializationManager, Object)

    Overrides and serializes the specified object into a CodeDOM object.

    Declaration
    public override object Serialize(IDesignerSerializationManager manager, object value)
    Parameters
    Type Name Description
    System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager

    The serialization manager to use during serialization.

    System.Object value

    The object to serialize.

    Returns
    Type Description
    System.Object

    A CodeDOM object representing the object that has been serialized.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved