New to Telerik UI for WPFStart a free 30-day trial

Dynamic property.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

C#
public class DynamicProperty

Inheritance: objectDynamicProperty

Constructors

Initializes a new instance of the DynamicProperty class.

C#
public DynamicProperty(string name, Type type)
Parameters:namestringtypeType

Properties

Dynamic property name.

C#
public string Name { get; }

Dynamic property type.

C#
public Type Type { get; }