ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DynamicProperty - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DynamicProperty

    Inheritance
    System.Object
    DynamicProperty
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DynamicProperty : Object

    Constructors

    DynamicProperty(String, Type)

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

    Properties

    Name

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

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    System.Type
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved