Class
DynamicProperty

Class that describes a dynamic property

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

cs-api-definition
public class DynamicProperty

Inheritance: objectDynamicProperty

Constructors

DynamicProperty(string, Type)

Declaration

cs-api-definition
public DynamicProperty(string name, Type type)

Parameters

name

string

type

Type

Properties

Name

The name of the property

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

Type

The type of the dynamic property

Declaration

cs-api-definition
public Type Type { get; }

Property Value

Type