Class DynamicProperty
Inheritance
System.Object
DynamicProperty
Inherited Members
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: Syncfusion.Data
Assembly: Syncfusion.EJ2.dll
Syntax
public class DynamicProperty
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 |