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

Class that describes a dynamic property

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
public class DynamicProperty

Inheritance: objectDynamicProperty

Constructors

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

Properties

The name of the property

C#
public string Name { get; }

The type of the dynamic property

C#
public Type Type { get; }