menu

WinForms

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

    Show / Hide Table of Contents

    Class DynamicClass

    Defines the dynamic class.

    Inheritance
    System.Object
    DynamicClass
    Inherited Members
    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: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public abstract class DynamicClass

    Constructors

    DynamicClass()

    Declaration
    protected DynamicClass()

    Methods

    ToString()

    Returns the string that contains the properties and their values in the class.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    The string that contains the properties and their values in the class.

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved