Class DynamicProperty
Dynamic property.
Inheritance
System.Object
DynamicProperty
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class DynamicProperty : Object
Constructors
DynamicProperty(String, Type)
Initializes a new instance of the DynamicProperty class.
Declaration
public DynamicProperty(string name, Type type)
Parameters
System.String
name
|
System.Type
type
|
Properties
Name
Dynamic property name.
Declaration
public string Name { get; }
Property Value
System.String
|
Type
Dynamic property type.
Declaration
public Type Type { get; }
Property Value
System.Type
|