menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DynamicProperty - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DynamicProperty

    Class that creates the dynamic property for the given name and type.

    Inheritance
    System.Object
    DynamicProperty
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public class DynamicProperty

    Constructors

    DynamicProperty(String, Type)

    Initializes a new instance of DynamicProperty class.

    Declaration
    public DynamicProperty(string name, Type type)
    Parameters
    Type Name Description
    System.String name

    The name of the property.

    System.Type type

    The type of the property.

    Properties

    Name

    Gets the name of the property.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    The name of the property.

    Type

    Gets the type of the property.

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    System.Type

    The type of the property.

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