Class DynamicProperty
Class that creates the dynamic property for the given name and type.
Inheritance
System.Object
DynamicProperty
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public class DynamicProperty : Object
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. |