Class DynamicProperty
Class that describes a dynamic property
Inheritance
System.Object
DynamicProperty
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public class DynamicProperty : Object
Constructors
DynamicProperty(String, Type)
Declaration
public DynamicProperty(string name, Type type)
Parameters
System.String
name
|
System.Type
type
|
Properties
Name
The name of the property
Declaration
public string Name { get; }
Property Value
System.String
|
Type
The type of the dynamic property
Declaration
public Type Type { get; }
Property Value
System.Type
|